Skip to content

Commit 0dbc7b8

Browse files
committed
update contribution
1 parent c9a2acb commit 0dbc7b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,9 @@ min-height and min-width are required since flex won't shrink below it's minimum
131131
```
132132

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

137138
### Tests
138139
```sh

0 commit comments

Comments
 (0)