Update readme.md

This commit is contained in:
Bubka 2020-01-15 23:40:56 +01:00
parent e7a4e7f948
commit 0685bae4ca

View File

@ -45,14 +45,26 @@ #### Set your variables
Edit the `.env` file and adapt the settings to your running environment (see instructions in the file) Edit the `.env` file and adapt the settings to your running environment (see instructions in the file)
#### Prepare the database #### Prepare some stuff
``` ```
php artisan migrate:refresh php artisan migrate:refresh
php artisan passport:install php artisan passport:install
php artisan storage:link php artisan storage:link
php artisan config:cache php artisan config:cache
php artisan vue-i18n:generate
``` ```
#### Install js dependencies
```
npm install
```
#### Build
`npm run dev` or `npm run prod`
You are ready to go.
# Contributing # Contributing
to complete to complete