Pest Site

Build status

The source code for the pest.rs.

Development Guide

To build it, you need:

Start Web Development Server

We use Vite for build frontend.

Run yarn install to install the dependencies.

$ yarn install

And then use yarn dev to start Vite dev server.

yarn dev it also will compile the WASM.

$ yarn dev