Browse Source

Update CONTRIBUTING.md

pull/557/head
Adam Stachowicz 3 years ago
committed by GitHub
parent
commit
5f8d0faacd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CONTRIBUTING.md

2
CONTRIBUTING.md

@ -118,7 +118,7 @@ express.js is just used for serving the frontend built files (index.html, .js an
# How to start the Frontend Dev Server
1. Set the env var `NODE_ENV` to "development".
1. Start the frontend dev server by the following command.
2. Start the frontend dev server by the following command.
```bash
npm run dev
```

Loading…
Cancel
Save