This repo contains the implementations for Conduit's website and documentation.
Check out our project's website and docs.
Feel free to request improvements and submit fixes.
Build once and serve:
yarn --frozen-lockfile
npx lerna run build
yarn --cwd ./documentation serve
yarn --cwd ./www start
Live rebuild and serve on modification:
yarn --frozen-lockfile
yarn --cwd ./documentation start
yarn --cwd ./www dev