https://github.com/0xbitbuster/bitbuster-games
https://github.com/0xbitbuster/bitbuster-games
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xbitbuster/bitbuster-games
- Owner: 0xBitBuster
- Created: 2024-11-22T22:44:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-14T16:12:44.000Z (over 1 year ago)
- Last Synced: 2025-02-13T17:16:53.104Z (over 1 year ago)
- Language: JavaScript
- Size: 648 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.