Hiroki Nakayama
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
README.md
|
|
@ -104,7 +104,8 @@ Run the following commands in a new shell: |
|
|
|
```bash |
|
|
|
cd server |
|
|
|
npm install |
|
|
|
npm start |
|
|
|
npm run build |
|
|
|
# npm start # for developers |
|
|
|
``` |
|
|
|
|
|
|
|
Next we need to make migration. Run the following command: |
|
|
|