Skip to content

taleeus/wedding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wedding 👰🏻‍♀️🤵🏻

Credits

Beatrice Balduzzi: UI & UX Design

Getting started

  1. Install Golang
  2. Install just
  3. Configure Git LFS

Run the project

Create a .env file from the template:

cp template.env .env

and fill it with the required variables.

To run with both Templ and Tailwind hot-reloading:

just

equal to just dev

To generate Templ files:

just templ

To generate Tailwind output:

just tailwind

Contributors