This repository contains the entire source for the Conjure website.
To spin up a local server, you can simply run make.
makeOpen http://localhost:3000 with your browser to view the website.
When new releases are updated edit the following:
conjure-website-vercel/src/lib/fetch-latest-conjure-version.ts. This is where downloads takes its versions from.conjure-website-vercel/docs/install/release-notes. Add a new mdx file for the version and update index.
If you would like to contribute to the website, please read the contributing guidelines.