README.md
September 29, 2020 ยท View on GitHub
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.
Development
To run a development server:
yarn install
yarn dev
Deployment
To push changes to the production website:
yarn deploy