Open your terminal and move to the project
cd blocket-challenge
Open your terminal and run the following command:
npm install
# or
yarn install
Open your terminal and run the following command:
npm run test
# or
yarn test
Open your terminal and run the following command:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.