This is the repository that backs https://docs.devcycle.com
This page is built using Docusaurus, and is hosted using Vercel.
- Clone the repository
- run
yarn
- If yarn is not available, run
brew install yarn
- If on Windows, get yarn here
- If yarn is not available, run
- link vercel cli to your project
yarn vercel link
and follow the prompt - download the environment variables
yarn pull:env
- run
yarn dev
This will spin up a local version of the docs site for your usage.
Any changes made to the local code will automatically compile and update the local page while running.
- Make your changes locally on a new branch.
- Push your branch.
- Make pull request.
- Ask for a review from the DevCycle team.