update installation

pull/54/head
unknown 2019-04-01 17:15:22 -04:00
parent 8276a7cc3e
commit 3249944cc3
1 changed files with 12 additions and 2 deletions

View File

@ -37,7 +37,12 @@ DATABASE_CONNECTION
npm run db:migrate
```
4. Start server
4. Build public content
```
npm run build
```
5. Start server
```
npm start
```
@ -69,7 +74,12 @@ DATABASE_CONNECTION
npm run db:migrate
```
5. Start server
5. Build public content
```
npm run build
```
6. Start server
```
npm start
```