mirror of
https://github.com/GuerillaStudio/now-playing
synced 2025-01-04 09:21:56 +00:00
Update local NetlifyCMS instructions
This commit is contained in:
parent
0d17d5594c
commit
ed0ca27195
2 changed files with 4 additions and 5 deletions
|
@ -40,10 +40,9 @@ npm ci
|
||||||
|
|
||||||
### Run local API
|
### Run local API
|
||||||
|
|
||||||
While running [developement hugo server](#launch-dev-server) launch this command in another terminal:
|
1. Uncomment the `local_backend` line in `static/config.yml`
|
||||||
```
|
2. Launch [hugo developement server](#launch-dev-server)
|
||||||
node server
|
2. launch this command in another terminal `npx netlify-cms-proxy-server` (inside the project folder)
|
||||||
```
|
|
||||||
|
|
||||||
### Admin your website in local
|
### Admin your website in local
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
baseURL = "http://127.0.0.1:8080/"
|
baseURL = "http://localhost:1313/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "Now Playing"
|
title = "Now Playing"
|
||||||
author = "Glitch.Family"
|
author = "Glitch.Family"
|
||||||
|
|
Loading…
Reference in a new issue