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

https://github.com/danielesteban/gpuworld


https://github.com/danielesteban/gpuworld

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

[gpuworld](https://github.com/danielesteban/gpuworld)
==

[![gpuworld](screenshot.png)](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
```