/marketing-site

A Gatsby app which generates all content on the Roadie marketing site.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

This is the Gatsby generator for the Roadie marketing site. https://roadie.io

Getting started for local development

git clone git@github.com:RoadieHQ/marketing-site.git
cd marketing-site
yarn install
yarn start

Open http://localhost:8000 in your browser.

Building for production

cp .env.sample .env
# Optionally, edit the environment variables in the .env file.
env $(cat .env | xargs) yarn build
yarn serve

Open http://localhost:9000 in your browser.