This project was made to evaluate technologies used to handle and convert .heif/heic files.
- Make sure you have
yarn
installed. See installation instructions here - Install imagemagick. See this documentation for more details
- For linux, run
sudo apt install imagemagick
- For macOS, run
brew install imagemagick
- For Windows, run
choco install imagemagick.app
- Run
yarn
to install dependencies - this repo is suppose to be a zero-install repo, but there are some issues with it when running on Mac. Should be zero-install on linux. - Run
yarn dev
to run the frontend and backend.