GitHub Stars
37
User Rating
Not Rated
Favorites
0
Views
30
Forks
12
Issues
6
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
To get started with 8bits, you'll need to set up the project locally. Follow the steps below:
Make sure you have the following installed:
[Node.js 20+ (recommended 22 LTS)](https://nodejs.org/en/)
[Git](https://git-scm.com/)
[bun](https://bun.sh/) (optional, for faster builds)
1Fork the repository and clone it locally:
bash
git clone https://github.com/uiuxarghya/8bits.git
cd 8bits
2Install dependencies:
bash
bun install
3Run the development server:
bash
bun run dev
4Open your browser and go to [http://localhost:3000](http://localhost:3000).