A static website for Misti and related projects: nowarp.io.
- 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
-
Install dependencies and build each of the projects above.
-
Build the site locally:
cd nowarp.github.io && npx docusaurus start
It will be available at localhost:3000.
- Build and deploy the site:
yarn build && yarn deploy