This is a Next.js project bootstrapped with create-next-app
.
This is a simple BugSquasher game built with Next.js, a powerful React framework that enables server-side rendering, static site generation, and more. The project was bootstrapped with create-next-app.
You can play the BugSquasher game by visiting the live demo here.
To get started with the BugSquasher project, you first need to install its dependencies. Make sure you have Node.js installed on your system, and then run the following command in your terminal from the project's root folder:
npm install
This command will read the package.json file and install all the necessary dependencies.
To run the development server, execute one of the following commands:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx
. The page auto-updates as you edit the file.