https://github.com/danielesteban/softxels-studio
https://github.com/danielesteban/softxels-studio
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielesteban/softxels-studio
- Owner: danielesteban
- License: mit
- Created: 2022-06-14T07:48:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-02T03:22:44.000Z (about 4 years ago)
- Last Synced: 2025-02-28T11:56:31.261Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://softxels-studio.gatunes.com
- Size: 3.53 MB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
softxels-studio
==
[](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
```