Rquote
March 13, 2022 ยท View on GitHub
Rquote
Rquote is a web application built using Rust and WebAssembly. It fetches Anime quotes from the Animechan API. You can check it out at https://rquote.vercel.app/
How to build
Pre-requisites
Build website
- Install python3 or later
- Install chevron
- Run
python build.pyon the root directory to compile theindex.htmltemplate
Now you can use Trunk to build Rquote
# To open a local development server
trunk serve --open
# Release build (destination `dist/` folder)
trunk build --release
Debug builds are faster to compile, but they are significantly slower.