Skip to content

spotfire-io/spotfire-website

Repository files navigation

Spotfire Website

Gatsby

Spotfire Website

This is the application code for the public-facing Spotfire.io website. It uses Gatsby, React, TypeScript and Apollo.

Requirements

spotfire-api running locally. Refer to the API's repo for instructions.

Setup

  1. asdf install will install node and the tool for decrypting the required credentials.
  2. make dotenv-decrypt
  3. yarn install If you get this error error Incorrect integrity when fetching from the cache do a yarn cache clean then a yarn install again.
  4. yarn generate
  5. export NODE_ENV=development
  6. yarn start to start the API in your local machine or yarn dev to get real time compilation after every change to the source.

Deployment

The website gets deployed to Netlify after every push to master.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published