We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a2acb commit 0dbc7b8Copy full SHA for 0dbc7b8
README.md
@@ -131,8 +131,9 @@ min-height and min-width are required since flex won't shrink below it's minimum
131
```
132
133
### Contributing
134
-To build the project in watch mode, run 'npm run develop' or 'yarn develop'.
135
-For production build - run yarn build .
+This project is built using Vite.
+To run in dev mode - "yarn dev" or "npm run dev".
136
+To build the project - "yarn build" or "npm run build".
137
138
### Tests
139
```sh
0 commit comments