https://github.com/bejamas/knowledgeable-sloth
https://github.com/bejamas/knowledgeable-sloth
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bejamas/knowledgeable-sloth
- Owner: bejamas
- License: other
- Created: 2019-08-07T16:39:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T16:39:43.000Z (almost 7 years ago)
- Last Synced: 2025-12-19T21:52:59.991Z (6 months ago)
- Language: JavaScript
- Size: 1.09 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Bejamas Demo
This site was generated by [www.stackbit.com](https://www.stackbit.com), v0.2.62.
Bejamas Demo original README is located [here](./README.theme.md).
The content of this site is managed by Contentful. Visit [https://app.contentful.com/spaces/td7nhcrqidya](https://app.contentful.com/spaces/td7nhcrqidya) to manage site content.
# Running Your Site Locally
1. Install [Node.js and npm](https://nodejs.org/en/)
1. Install npm dependencies:
npm install
1. get "netlify-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 site contents from Contentful:
npx @stackbit/stackbit-pull --stackbit-pull-api-url=https://api.stackbit.com/pull/5d4afe538d083f001242227a
1. Starts a development server
npm run develop
1. Browse to [http://localhost:8000/](http://localhost:8000/)