Welcome to our year-book repository. It will be implemented as well as our design on figma.
- 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
$ cp .env.example .env
$ php artisan key:generate
$ npm run dev
$ php artisan serve
- Open Jira and take the ticket.
- Create a branch with name as same as our ticket number.
- Do the development.
- Commit and push to our branch.
- Pull origin newest master
$ git pull origin master --no-rebase
- Open Pull Request to
master
branch.