hellosite

command module
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 17, 2024 License: Unlicense Imports: 6 Imported by: 0

README

Website Placeholder

Simple website displaying... Hello.

Go Releaser

Snapshot:

goreleaser --snapshot --rm-dist

Release:

git tag -a v0.3.0 -m "New Release"
git push origin v0.3.0
goreleaser release --rm-dist

Tailwind

Install Tailwind CLI:

curl -sLO https://github.com/tailwindlabs/tailwindcss/releases/latest/download/tailwindcss-linux-x64
chmod +x tailwindcss-linux-x64
mv tailwindcss-linux-x64 ~/.local/bin/tailwindcss

Develop the CSS:

tailwindcss -i ./tailwind.css -o ./public/css/hello.css --watch

Build the CSS:

tailwindcss -i ./tailwind.css -o ./public/css/hello.css --minify

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL