Skip to content
This repository has been archived by the owner on Dec 19, 2021. It is now read-only.
/ jsne.co.uk Public archive

Website for JavaScript North East – made with Gatsby

License

Notifications You must be signed in to change notification settings

jsne/jsne.co.uk

Repository files navigation

JSNE Website

Netlify Status

Set Up

You'll need a Contentful Space ID and a Contentful token to get content for the site. These are provided as environment variables using an .env file as shown below.

cp .env.example .env

# Edit .env
CONTENTFUL_SPACE=<SPACE_ID>
CONTENTFUL_TOKEN=<API_TOKEN>

Build

Develop

yarn
yarn develop

Production

yarn
yarn build
yarn serve

Built With

About

Website for JavaScript North East – made with Gatsby

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published