An open API service indexing awesome lists of open source software.

https://github.com/conduitplatform/conduit-website


https://github.com/conduitplatform/conduit-website

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          




logo


The only Backend you'll ever need.


# 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
```