Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xsalazar/fluent-emoji
🚀 This repository contains the website source code for https://fluentemoji.com. This website allows for browsing Microsoft's "familiar, friendly, and modern emoji". Including additional features such as: browsing supported skintones, swapping illustration styles, and quickly downloading the source images
https://github.com/xsalazar/fluent-emoji
emoji fluent fluent-emoji fluentui fluentui-emoji github-pages microsoft react typescript
Last synced: about 2 months ago
JSON representation
🚀 This repository contains the website source code for https://fluentemoji.com. This website allows for browsing Microsoft's "familiar, friendly, and modern emoji". Including additional features such as: browsing supported skintones, swapping illustration styles, and quickly downloading the source images
- Host: GitHub
- URL: https://github.com/xsalazar/fluent-emoji
- Owner: xsalazar
- Created: 2022-08-11T20:35:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T14:30:48.000Z (8 months ago)
- Last Synced: 2024-05-29T06:11:55.143Z (8 months ago)
- Topics: emoji, fluent, fluent-emoji, fluentui, fluentui-emoji, github-pages, microsoft, react, typescript
- Language: TypeScript
- Homepage: https://fluentemoji.com/
- Size: 1.97 GB
- Stars: 42
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# 🚀 Fluent Emoji
This repository contains the source code for the website [https://fluentemoji.com](https://fluentemoji.com).
This website allows for browsing Microsoft's "familiar, friendly, and modern emoji". Including additional features such as: browsing supported skintones, swapping illustration styles, and downloading the source images for quick reference and reuse.
The source emoji are from the Open Source Fluent Emoji repository hosted on [Microsoft's GitHub page](https://github.com/microsoft/fluentui-emoji).
## Getting Started
This repository leverages [VSCode's devcontainer](https://code.visualstudio.com/docs/remote/containers) feature to ensure all necessary dependencies are available inside the container for development.
### Application
To get started:
```bash
npm install && npm start
```This will start the application on your local machine, running on [http://localhost:5173/](http://localhost:5173).
### Deployments
All application deployments are managed via GitHub Actions and the [`./.github/workflows/deploy.yml`](./.github/workflows/deploy.yml) workflow.
Additionally, application dependencies are automatically managed and updated via Dependabot and the [`./.github/workflows/automerge-dependabot.yml`](./.github/workflows/automerge-dependabot.yml) workflow.