Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/najlae01/game-boy
https://github.com/najlae01/game-boy
fun hobby-project threejs
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/najlae01/game-boy
- Owner: najlae01
- Created: 2023-08-01T23:52:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-03T02:15:22.000Z (over 1 year ago)
- Last Synced: 2024-03-31T07:34:55.106Z (8 months ago)
- Topics: fun, hobby-project, threejs
- Language: JavaScript
- Homepage: https://game-boy-iota.vercel.app
- Size: 11.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Game Boy Challenge - BMO
## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:```bash
# Install dependencies (only the first time)
npm install# Run the local server at localhost:8080
npm run dev# Build for production in the dist/ directory
npm run build
```