This is the repository for the for the front-end of Image Serializer that is hosted at https://image-serializer.kthsalar.se
The back-end for this page, that does the calculations for the serialization can be found here: https://github.com/sakur-github/image-serializer-api
This code is written by Oliver at Sakur Ab
To start the development server locally:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
You might need to run an npm install before starting it