mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-08 00:11:51 +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
|
||||
|
||||
While running [developement hugo server](#launch-dev-server) launch this command in another terminal:
|
||||
```
|
||||
node server
|
||||
```
|
||||
1. Uncomment the `local_backend` line in `static/config.yml`
|
||||
2. Launch [hugo developement server](#launch-dev-server)
|
||||
2. launch this command in another terminal `npx netlify-cms-proxy-server` (inside the project folder)
|
||||
|
||||
### Admin your website in local
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
baseURL = "http://127.0.0.1:8080/"
|
||||
baseURL = "http://localhost:1313/"
|
||||
languageCode = "en-us"
|
||||
title = "Now Playing"
|
||||
author = "Glitch.Family"
|
||||
|
|
Loading…
Reference in a new issue