This repo contains the source code for https://pest.rs
This project uses the following tools:
The task file automatically installs dependencies, builds the book, and builds the internal pest-vm web-binding crate.
Start Parcel development server:
task dev
Then visit https://localhost:1234
If you want to build the static site, run the main build task:
task
Then go visit the /dist
folder.