An open API service indexing awesome lists of open source software.

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

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 dev

Visit `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.