updated readme

This commit is contained in:
Jack Goh
2018-07-17 11:28:14 +08:00
parent 31ee05cbe9
commit e92e9b551f
+3 -4
View File
@@ -21,10 +21,9 @@
- `git clone git@gitlab.com:CIEFWorldwideSdnBhd/exchange.git`
- `cd` in your working folder
- Copy `.env-example` to `.env`
- Edit `.env` and set your database connection details
- Cmd or git bash run `php artisan key:generate` and `php artisan jwt:secret`)
- `php artisan migrate`
- `yarn` / `npm install`
- Run `docker-compose up`
- Open another git bash run `yarn install`
- Run `yarn run watch`
## Usage