Usage documentation -> Anspar Dev page
Report bugs and get support -> Discord
Tutorials -> Youtube
arag new <project name>
live rendering and reloading of the project
arag show
package the project into a single html file, 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"