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