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

https://github.com/0xbitbuster/bitbuster-games


https://github.com/0xbitbuster/bitbuster-games

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# BitBuster Games Website

A portfolio website showcasing BitBuster Games' mobile game collection, built with Next.js and Tailwind CSS.

## Prerequisites

- Node.js 18.17 or later

## Tech Stack

- Next.js 14
- React 18
- Tailwind CSS

## Getting Started

1. Clone the repository:
```bash
git clone https://github.com/0xbitbuster/bitbuster-games.git
cd bitbuster-games
```

2. Install dependencies:
```bash
npm install
# or
yarn install
```

3. Run the development server:
```bash
npm run dev
# or
yarn dev
```

4. Open [http://localhost:3000](http://localhost:3000) in your browser to see the result.