- Install Node.js
- Open the terminal
- Install gulp-cli in global using
npm install -g gulp-cli
(You may need to start withsudo
) - In the terminal, go to the
builder/
folder - Install dependencies using
npm install
(You may need to start withsudo
) - Start the server with
gulp
- Base pixel sorting function
- Add orientation
- Handle non square images
- Upload
- Random image from Unsplash
- Download result
- GUI
- Add direction
- Workers
- Process feedback (downloading, sorting, error, ...)