8000 GitHub - earthrot/pisvlek
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

earthrot/pisvlek

Repository files navigation

Fiber CLI

voor hot reloads

installeren

go install github.com/gofiber/cli/fiber@latest

draaien (in project map)

fiber dev

sqlc

voor het compilen van sql queries naar Go structures

installeren

go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest

draaien (in project map)

sqlc generate

tailwind

voor het watchen/compilen van css

installeren

het makkelijkst is om eerst scoop te installeren

# in powershell
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression

en daarna tailwindcss, hierdoor zit 'ie automatisch in je path

scoop install tailwindcss

draaien (in project map)

tailwindcss -i src/pisvlek.css -o public/css/pisvlek.min.css --watch --minify

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0