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