Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 630 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 630 Bytes

ftqo.dev

this project requires node.js (u should use nvm) and go, then install dependencies with:

npm i && go mod tidy

to generate the tailwind, populate templates, and zip the static files, run:

go generate

then you can simply run:

go run cmd/server/main.go

if you have air installed, you can hot reload using:

air

snippets taken from efron licht with personal permission. huge shoutout to his backend basics posts. all of the good code in here is probably from him; the bad code is from me