This repository holds the source code for the website https://downloademoji.dev.
This website allows for quick browsing and downloading of large, high-quality versions of emoji, leveraging the image-converter backend application running in AWS.
This repository leverages VSCode's devcontainer feature to ensure all necessary dependencies are available inside the container for development.
To get started:
npm install && npm start
This will start the application on your local machine, running on http://127.0.0.1:5173/.
All application deployments are managed via GitHub Actions and the ./.github/workflows/deploy.yml
workflow.
Additionally, application dependencies are automatically managed and updated via Dependabot and the ./.github/workflows/automerge-dependabot.yml
workflow.