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
$ 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
- 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.