Hey 👋
This is the base repository for the home test. The repository is created with vite
and is empty, but contains some packages already installed, in particular:
react
storybook
vitest
# Install dependencies
# This project use `pnpm` as package manager, but you can use also `npm` or `yarn`.
pnpm install
# And run the project
pnpm dev
# Optional: Run Storybook
pnpm storybook
The figma file of the home test is available here.