Update readme.md
This commit is contained in:
parent
43edc1ce80
commit
917e60117b
@ -28,8 +28,12 @@ This is a basic starter project for building web applications using Go, Tailwind
|
|||||||
```bash
|
```bash
|
||||||
cp config.example.json config.json
|
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
|
```bash
|
||||||
go run main.go
|
go run main.go
|
||||||
|
Loading…
Reference in New Issue
Block a user