- Copy config.example.toml into config.toml
- Build project with make
- Copy existing template (e.g
index.toml
) fromweb/templates
in same folder.
Name accordingly. - Register route in
web/main.go
and add new location. - Add functions for each request type for location and other necessary things.