mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-16 18:31:49 +01:00
Update readme.md
This commit is contained in:
parent
e7a4e7f948
commit
0685bae4ca
14
README.md
14
README.md
@ -45,14 +45,26 @@ #### Set your variables
|
||||
|
||||
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 passport:install
|
||||
php artisan storage:link
|
||||
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
|
||||
to complete
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user