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. Otherwise feel free to look around and use this is as inspiration for your own site.
To run a development server:
yarn install
yarn dev
To push changes to the production website:
yarn deploy