This repo is a marketing site for Uprise.co built using Gatsby
We use storyblok as CMS and content editor
- Get the source code via git clone and install dependencies.
yarn install
-
If you haven't already. Exchange the
accessTokeningatsby-config.jswith the preview token of a Storyblok space which you can find on the space settings page. -
Start the project with
gatsby developand set the preview domain in Storyblok tohttp://localhost:8000/editor?path=
This project comes with a few handy commands for linting and code fixing. The most important ones are the ones to develop and ship code. You can find the most important commands below.
Run in the project locally for development.
Run a production build into ./public. The result is ready to be put on any static hosting you prefer.