jheretic / de-election-observation-62709

Jamstack site created with Stackbit

Home Page:https://jamstack.new

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

โœจ de-election-observation โœจ

This is a Gatsby site using Sanity as a CMS. It was created with Stackbit in under a minute.

You can create a site just like this one, or explore some variations. How about a different:

๐ŸŽจ  Look
โœ๏ธ  CMS
โš™๏ธ  Static site generator

Develop Locally

  1. Install Node.js and npm

  2. Install npm dependencies:

     npm install
    
  3. Get the project's stackbit-api-key from the Stackbit dashboard

  4. Assign this key to the STACKBIT_API_KEY environment variable (replace {stackbit_api_key} with the actual key):

     export STACKBIT_API_KEY={stackbit_api_key}
    
  5. Run the following command to fetch the content from Sanity:

     npx @stackbit/stackbit-pull --stackbit-pull-api-url=https://api.stackbit.com/pull/608627093bcdd4001697ce6e
    
  6. [Optional] Run Sanity Studio locally: install sanity-cli npm install -g @sanity/cli, navigate to the /studio directory, and run sanity install and sanity start. You may be required to login with the Sanity CLI.

  7. Start the Gatsby local development server:

     npm run develop
    
  8. Open http://localhost:8000/ in the browser

  9. ๐ŸŽ‰

Editing Content

To start editing your site, you can use the Sanity interface at https://de-election-observation-62709.sanity.studio/.

Alternatively, you can use the free on-page editing experience provided by the Stackbit Studio.

Here's a few resources to get you started:

If you need a hand, make sure to check the Stackbit support page.

Colophon

Generated at 2021-04-26T02:41:09.759Z by Stackbit version 0.3.50.

About

Jamstack site created with Stackbit

https://jamstack.new

License:Other


Languages

Language:JavaScript 81.1%Language:SCSS 18.1%Language:Shell 0.8%