Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucafalasco/pixort
☵ Customizable pixel sorting
https://github.com/lucafalasco/pixort
mobx pixel-art pixelsort react
Last synced: 3 months ago
JSON representation
☵ Customizable pixel sorting
- Host: GitHub
- URL: https://github.com/lucafalasco/pixort
- Owner: lucafalasco
- License: mit
- Created: 2017-12-16T19:11:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T23:55:41.000Z (4 months ago)
- Last Synced: 2024-10-11T11:14:53.486Z (4 months ago)
- Topics: mobx, pixel-art, pixelsort, react
- Language: JavaScript
- Homepage: https://lucafalasco.github.io/pixort/
- Size: 3.25 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pixort
Customizable pixel sorting.
The app is built with React and MobX, and bootstrapped with Accurapp.
## Install dependencies:
```sh
yarn
```## Start development server:
```sh
yarn start
```head to http://localhost:8000/ to see the app running
## Build for production:
```sh
yarn build
```Bundled files can be found in `build/`
## Resources
* [React](https://facebook.github.io/react/)
* [MobX](https://github.com/mobxjs/mobx)
* [AccurApp](https://github.com/accurat/accurapp)