This repository contains the refactored Cookie Clicker application, as supplied by Lightbase.
To set up the project, follow these steps:
- Install dependencies:
yarn install
- Start the development server:
yarn run dev
To execute the tests, use the following command:
npm run test
.