- Push these files to a GitHub repo.
- Netlify → Add new site → Import from Git → select the repo.
- Build command: (empty), Publish directory:
. - Deploy. Endpoints:
GET /data→ loads JSON from Netlify BlobsPOST /save→ writes JSON to Netlify Blobs
First save creates the blob automatically.
npm i -g netlify-cli
netlify dev
# open http://localhost:8888