Skip to content

Buku Kenangan Versi Online Punya Regceh Unsri 2018

Notifications You must be signed in to change notification settings

TI-Regceh-2018/Year-Book

Repository files navigation

Our Yearbook

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

Getting Started

Prerequisites

Installation

  • Clone the git repository:
$ git clone https://github.com/TI-Regceh-2018/Year-Book.git
$ cd year-book
  • Install Dependencies
$ npm install
$ composer install
  • What's We Need To Install in Our VSCode (Extension) --- Prettier --- PHP Intelephense (v.1.2.3) --- PHP Intellisense --- PHP Debug --- Material Icon Theme --- Laravel GoTo View --- Laravel Extra Intellisense --- Laravel Blade Snippets --- Laravel Blade Spacer --- Laravel Blade --- Laravel Artisan --- IntelliCode --- Intellisense for CSS --- HTML CSS Support

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.