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

https://github.com/danielesteban/softxels-studio


https://github.com/danielesteban/softxels-studio

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

softxels-studio
==

[![screenshot](public/screenshot.png)](https://softxels-studio.gatunes.com/)

### Viewer

You can drag & drop the BIN files over a [softxels-viewer](https://softxels-viewer.gatunes.com/) window or [build your own viewer](https://github.com/danielesteban/softxels-viewer).

### Dev environment

```bash
# clone this repo
git clone https://github.com/danielesteban/softxels-studio.git
cd softxels-studio
# install dev dependencies
npm install
# start the dev environment:
npm start
# open http://localhost:8080/ in your browser
```