https://github.com/danielesteban/gpuworld
https://github.com/danielesteban/gpuworld
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielesteban/gpuworld
- Owner: danielesteban
- License: mit
- Created: 2022-08-10T07:46:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-09T10:24:28.000Z (almost 4 years ago)
- Last Synced: 2025-03-16T23:21:43.704Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://gpuworld.gatunes.com
- Size: 2.16 MB
- Stars: 35
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[gpuworld](https://github.com/danielesteban/gpuworld)
==
[](https://gpuworld.gatunes.com)
### Dev environment
```bash
# clone repo:
git clone https://github.com/danielesteban/gpuworld.git
cd gpuworld
# install dependencies:
npm install
# start environment:
npm start
# open http://localhost:8080/ in your browser
```