mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-11 08:04:17 -08:00
Merge pull request #557 from Saibamen/patch-1
Fix typo in `CONTRIBUTING.md`
This commit is contained in:
commit
aa478af286
|
@ -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
|
# How to start the Frontend Dev Server
|
||||||
|
|
||||||
1. Set the env var `NODE_ENV` to "development".
|
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
|
```bash
|
||||||
npm run dev
|
npm run dev
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue