Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)