Make sure node
and pnpm
is installed. You can do this by running:
node --version && pnpm --version
(run command from root of the project)
pnpm install
Serve the Next.js app on localhost:
pnpm dev
This ropo uses the Conventional Commits specification in order to create nice and readable changelogs. The Semantic Versioning 2.0 specification is used for versioning.
CSS modules is used for styling in this library. Camelcase is used as the naming convention for the classes.
Run the following command to start the tests using React Testing Library
yarn test