verless / verless

A Static Site Generator designed for Markdown-based content with a focus on simplicity and performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document local verless development

dominikbraun opened this issue · comments

There should be a documentation for local hacking on verless. It should at least

  • show that commands can be run with go run cmd/verless/main.go
  • show that tests can be run with go test ./...
  • show how verless can be built with make or go build (see the build command)
  • recommend tools like goimports for automatically grouping imports

A good file for this may the the existing CONTRIBUTING.md.