Skip to content

Commit

Permalink
doc: update README with new dev instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Dec 20, 2023
1 parent b7a6261 commit 1d50359
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,16 @@ As data storage SQLite or PostgreSQL (recommended) can be used.

## Development

### Server

`go run .` or `gow -e=go,mod,html,css run .` using [gow](https://github.com/mitranim/gow)

To build the CSS run:
### React Frontend

Go to `/frontend` and run:

1. `npm install`
2. `npm run css`
1. `yarn install`
2. `yarn dev`

### Testing

Expand Down

0 comments on commit 1d50359

Please sign in to comment.