Skip to content

maxdevos49/m4xdev

Repository files navigation

M4XDEV.com


Personal website written in Go. Goals for this site include low maintenance and ease of adding new content while being a joy to work on.

Development dependencies

Templ - HTML templating language for Go

go install github.com/a-h/templ/cmd/templ@latest

Node + NPM - Used for JSDoc type validation

# Install node dependencies
npm ci

Development Tools

Air - Live reload for Go apps

go install github.com/cosmtrek/air@latest

Build project

make build

JSDoc type checking

npm run check

JS linting

npm run lint

Run project

./bin/m4xdev

Live rebuild and run

air

Clean project

make clean

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published