Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pest-parser/site

This repo contains the source code for https://pest.rs
https://github.com/pest-parser/site

parser pest rust wasm webassembly

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# pest.rs

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

## Development Guide

This project uses the following tools:

- [Task](https://taskfile.dev/)
- [wasm-pack](https://rustwasm.github.io/wasm-pack/)
- [mdBook](https://rust-lang.github.io/mdBook/)
- [pnpm](https://pnpm.io)

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

Start Parcel development server:

```bash
task dev
```

Then visit http://localhost:1234

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

```bash
task
```

Then go visit the `/dist` folder.