passwd-mgr/README.md
erius d796a3c4e8 Added echo as backend web server
Added an example templ index.templ template
Create tailwind config for building css
Added Makefile to easily deplot and live-reload the app while developing
Added README.md
Added some other web assets in assets directory
2024-06-21 03:23:21 +03:00

7 lines
157 B
Markdown

# Build instructions
## Development
Simply run ```make``` from the root directory and access the app at ```http://localhost:8090/```
## Production
Not yet