This project was made to evaluate technologies used to handle and convert .heif/heic files.
- Make sure you have
yarninstalled. 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
yarnto 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 devto run the frontend and backend.