Skip to content

openlaw-au/test-a-peg

 
 

Repository files navigation

pest.rs

This repo contains the source code for https://pest.rs

Development Guide

This project uses the following tools:

The task file automatically installs dependenices, builds the book, and builds the internal pest-vm web-binding crate.

Start Parcel development server:

task dev

Then visit http://localhost:1234

If you want to build the static site, run the main build task:

task

Then go visit the /dist folder.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 33.3%
  • Rust 27.6%
  • TypeScript 27.1%
  • HTML 11.5%
  • JavaScript 0.5%