Usage documentation -> Anspar Dev page
Report bugs and get support -> Discord
Tutorials -> Youtube
Create new project
arag new <project name>
Live rendering and reloading of the project
arag show
Package the project into a single html file and remove development dependencies
arag release
arag uses crate minify-html
which requires go
to compile. Visit https://go.dev/
to install go
cargo run -- show
cargo build --release
If necessary create arag.yml
file and specify custom ipfs gateway for local development
ipfs_gateway: "https://custom/ipfs/gateway"