1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-27 14:01:35 +00:00

Update local NetlifyCMS instructions

This commit is contained in:
Tixie 2022-04-12 09:46:58 +02:00
parent 0d17d5594c
commit ed0ca27195
2 changed files with 4 additions and 5 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
baseURL = "http://127.0.0.1:8080/"
baseURL = "http://localhost:1313/"
languageCode = "en-us"
title = "Now Playing"
author = "Glitch.Family"