https://github.com/dslzuha/dgbstsite
Repository of an Stackbit Site
https://github.com/dslzuha/dgbstsite
forestry-cms netlify package stackbit
Last synced: about 1 year ago
JSON representation
Repository of an Stackbit Site
- Host: GitHub
- URL: https://github.com/dslzuha/dgbstsite
- Owner: dslzuha
- License: other
- Created: 2020-09-09T03:27:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T23:33:49.000Z (about 5 years ago)
- Last Synced: 2023-03-03T16:47:20.960Z (about 3 years ago)
- Topics: forestry-cms, netlify, package, stackbit
- Language: JavaScript
- Homepage: https://dgbstsite-84afe.netlify.app/
- Size: 3.65 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# dgbstsite
[](https://app.netlify.com/sites/dgbstsite-84afe/deploys)
This site was generated by [www.stackbit.com](https://www.stackbit.com), v0.3.23.
# Running Your Site Locally
1. Install [Node.js and npm](https://nodejs.org/en/)
1. Install npm dependencies:
npm install
1. Get "stackbit-api-key" from project menu in [Stackbit dashboard](https://app.stackbit.com/dashboard)
1. Run the following command to assign this key to `STACKBIT_API_KEY` environment variable:
export STACKBIT_API_KEY={stackbit_netlify_api_key}
1. Run the following command to fetch additional site contents from Stackbit if needed:
npx @stackbit/stackbit-pull --stackbit-pull-api-url=https://api.stackbit.com/pull/5f584afef424aa001ce61d81
1. Start a local development server:
npm run develop
1. Browse to [http://localhost:8000/](http://localhost:8000/)