xsalazar / download-emoji

💾 This repository contains the website source code for https://downloademoji.dev. This website allows users to quickly download large high-quality versions of their favorite emojis in .png or .jpeg formats!

Home Page:https://downloademoji.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💾 Download Emoji

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.

Getting Started

This repository leverages VSCode's devcontainer feature to ensure all necessary dependencies are available inside the container for development.

Application

To get started:

npm install && npm start

This will start the application on your local machine, running on http://localhost:5173/.

⚠️ Note that image downloads will not work locally as the backend only allows CORS requests from https://downloademoji.dev.

Deployments

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.

About

💾 This repository contains the website source code for https://downloademoji.dev. This website allows users to quickly download large high-quality versions of their favorite emojis in .png or .jpeg formats!

https://downloademoji.dev/


Languages

Language:TypeScript 90.6%Language:HTML 9.4%