Browse Source

Update README.md

pull/136/head
Hiroki Nakayama 5 years ago
committed by GitHub
parent
commit
badcd19b24
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. 3
      README.md

3
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:

Loading…
Cancel
Save