This is the source code that runs the Outline marketing website. If you are looking for the source code for the Outline knowledge base application, then head over to outline/outline.
To run a development server:
yarn install
yarn dev
To push changes to the production website:
yarn deploy