Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moshefortgang/bug-squasher


https://github.com/moshefortgang/bug-squasher

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## BugSquasher Game

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.

## Live Demo

You can play the BugSquasher game by visiting the live demo [here](https://bug-squasher.vercel.app/).

### Getting Started

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:

```bash
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:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](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.