ConduitPlatform / Conduit-Website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


logo

The only Backend you'll ever need.

Conduit Website

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.

Running from source 🔨

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

About


Languages

Language:TypeScript 75.6%Language:MDX 23.4%Language:JavaScript 0.6%Language:Shell 0.3%Language:Dockerfile 0.1%