https://github.com/ryanbonial/stackbit-html-json-no-content-source
https://github.com/ryanbonial/stackbit-html-json-no-content-source
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanbonial/stackbit-html-json-no-content-source
- Owner: ryanbonial
- Created: 2024-01-25T22:51:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-25T22:52:58.000Z (over 1 year ago)
- Last Synced: 2025-01-30T07:12:15.784Z (4 months ago)
- Language: JavaScript
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stackbit Tutorial [HTML + JSON]
ℹ️ This project is used as a starting point for [a getting started tutorial](https://docs.stackbit.com/getting-started/html-json) using JSON files in the `src/pages` directory as the content source.
## Prerequisites
Before you begin, make sure you are using Node v14 or newer.
## Project Setup
Use the `create-stackbit-app` command to create a new project:
npx create-stackbit-app@latest --example tutorial-html-json
This will create a new instance of this project in a `tutorial-html-json` directory and install dependencies. Change into the new directory and start the development server.
cd tutorial-html-json
npm run devVisit `localhost:3000` and you should see the example content. Now you can continue with the tutorial!
## Support
If you get stuck along the way, [drop into our Discord server](https://discord.gg/HUNhjVkznH) and send a message in the `#documentation` or `#help` channels.