Skip to content

Commit

Permalink
update contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
rommguy committed Mar 2, 2024
1 parent c9a2acb commit 0dbc7b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,9 @@ min-height and min-width are required since flex won't shrink below it's minimum
```

### Contributing
To build the project in watch mode, run 'npm run develop' or 'yarn develop'.
For production build - run yarn build .
This project is built using Vite.
To run in dev mode - "yarn dev" or "npm run dev".
To build the project - "yarn build" or "npm run build".

### Tests
```sh
Expand Down

0 comments on commit 0dbc7b8

Please sign in to comment.