- Install with
yarn
ornpm install
- Create a
.env.local
at the root and add your RAWG API key:VITE_RAWG_APIKEY="yourkey"
- Run the app with
yarn dev
ornpm run dev
Unit tests done with vitest
.
Run yarn test
to run tests.
Done with storybook.
Run yarn storybook
to run component visualization.