Skip to content

nowarp/nowarp.github.io

Repository files navigation

nowarp.github.io

A static website for Misti and related projects: nowarp.io.

Usage

  1. Clone the repo and required dependencies. Keep the structure as specified here:
git clone https://github.com/nowarp/misti
git clone https://github.com/nowarp/souffle.js
git clone https://github.com/nowarp/nowarp.github.io
  1. Install dependencies and build each of the projects above.

  2. Build the site locally:

cd nowarp.github.io && npx docusaurus start

It will be available at localhost:3000.

  1. Build and deploy the site:
yarn build && yarn deploy