TI-Regceh-2018 / Year-Book

Buku Kenangan Versi Online Punya Regceh Unsri 2018
0 stars 2 forks source link
laravel php yearbook

Our Yearbook

Welcome to our year-book repository. It will be implemented as well as our design on figma.

Getting Started

Prerequisites

Installation

$ git clone https://github.com/TI-Regceh-2018/Year-Book.git
$ cd year-book
$ npm install
$ composer install

Set the environment

$ cp .env.example .env
$ php artisan key:generate
* We need to set our database name on .env as well.

Running

$ npm run dev
$ php artisan serve

Git Flow

  1. Open Jira and take the ticket.
  2. Create a branch with name as same as our ticket number.
  3. Do the development.
  4. Commit and push to our branch.
  5. Pull origin newest master $ git pull origin master --no-rebase
  6. Open Pull Request to master branch.