Skip to content

gsvd/website

Repository files navigation

website

My website, based on go-website-skeleton.

Dependencies

  • asdf for managing your Go and Node versions.
  • air for live reloading the Go server.

Project Setup

Clone the repository, navigate to its root, then run:

make setup

Create a .env file at the project root with the following content:

ENV=local
HOST=127.0.0.1
PORT=8080

Run the Project

During development use two terminals:

1) Terminal 1 — Watch Tailwind CSS

make watch-css

2) Terminal 2 — Live-reload Go server

make dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published