Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moshefortgang/bug-squasher
https://github.com/moshefortgang/bug-squasher
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/moshefortgang/bug-squasher
- Owner: moshefortgang
- Created: 2023-07-24T14:50:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-24T16:14:29.000Z (over 1 year ago)
- Last Synced: 2023-07-24T16:33:44.019Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://bug-squasher.vercel.app
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.