https://github.com/conduitplatform/conduit-website
https://github.com/conduitplatform/conduit-website
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/conduitplatform/conduit-website
- Owner: ConduitPlatform
- Created: 2022-01-12T10:38:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T09:01:07.000Z (over 2 years ago)
- Last Synced: 2025-03-29T12:46:54.570Z (about 1 year ago)
- Language: TypeScript
- Size: 14.7 MB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Conduit Website
This repo contains the implementations for [Conduit](https://github.com/ConduitPlatform/Conduit)'s website and documentation.
Check out our project's [website](https://getconduit.dev/) and [docs](https://getconduit.dev/docs/overview/intro).
Feel free to request improvements and submit fixes.
# Running from source 🔨
Build once and serve:
``` bash
yarn --frozen-lockfile
npx lerna run build
yarn --cwd ./documentation serve
yarn --cwd ./www start
```
Live rebuild and serve on modification:
``` bash
yarn --frozen-lockfile
yarn --cwd ./documentation start
yarn --cwd ./www dev
```