A real-time collaborative pixel art editor, where people can come together to create and animate sprites.
https://spritefox.herokuapp.com/
To use/edit Spritefox, you'll need to take the following steps:
- Fork or clone this repo
- npm install
To run the website locally:
- Run
npm run start-dev
- Then navigate to: http://localhost:3000/
If you want to run the server and/or webpack
separately, you can also
npm run start-server
and npm run build-client
.