Categorygithub.com/nkawaller/notes
repositorypackage
0.0.0-20250117021618-054df421e606
Repository: https://github.com/nkawaller/notes.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Notes - static site generator

tests deploy

Welcome to the Notes project——a dynamic tool for generating static sites with ease and efficiency. Harnessing the power of Go, this project not only facilitates static site generation but also provides a live server for instant feedback during development.

Development

Live Server

Apart from its primary function as a static-site generator, Notes also offers a live server feature to enhance your development experience. Running the server involves two steps——first start the tailwind listener:

./runtailwind.sh

and then start the server:

./bin/runserver

Compile Binaries

Build Static Site

Execute the following command to generate the static site, and transfer the CSS file to the deploy/static directory. This command also creates the runserver and staticgen binaries:

go run buildSite.go

Test

To run all tests from the root directory, utilize the following command.

go test ./...