Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 258 Bytes

contributing.md

File metadata and controls

9 lines (6 loc) · 258 Bytes

Contributing

To get started:

  1. run yarn to install dependencies
  2. run yarn start to start a server in watch mode
  3. point a browser to localhost:5173, or whichever port numberVite indicates after you ran yarn start.

For tests, run yarn test.