Update readme.md

This commit is contained in:
oceanslim 2024-05-28 21:29:46 -04:00
parent 43edc1ce80
commit 917e60117b

View File

@ -28,8 +28,12 @@ This is a basic starter project for building web applications using Go, Tailwind
```bash
cp config.example.json config.json
```
4. Rebuild the css styling with tailwind
```bash
tailwindcss -i web/style/input.css -o web/static/output.css --watch
```
4. Build and run the application:
5. Build and run the application:
```bash
go run main.go