Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xsalazar/wow-emoji
🌈 This website allows for automated and quick creation of :wow: emoji, frequently and joyfully used at Slack. These emoji are used to celebrate and uplift coworkers that make you say "wow". They're colorful, they're animated, and they're delightful.
https://github.com/xsalazar/wow-emoji
dependabot emoji github-pages react slack typescript vite
Last synced: 3 days ago
JSON representation
🌈 This website allows for automated and quick creation of :wow: emoji, frequently and joyfully used at Slack. These emoji are used to celebrate and uplift coworkers that make you say "wow". They're colorful, they're animated, and they're delightful.
- Host: GitHub
- URL: https://github.com/xsalazar/wow-emoji
- Owner: xsalazar
- Created: 2022-10-31T18:37:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T18:02:59.000Z (10 days ago)
- Last Synced: 2024-11-04T19:18:42.556Z (10 days ago)
- Topics: dependabot, emoji, github-pages, react, slack, typescript, vite
- Language: TypeScript
- Homepage: http://wowemoji.dev/
- Size: 7.35 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# 🌈 Wow Emoji
This repository contains the source code for the website [https://wowemoji.dev](https://wowemoji.dev).
This website allows for automated and quick creation of `:wow:` emoji, frequently and joyfully used at Slack. These emoji are used to celebrate and uplift coworkers that make you say "wow". They're colorful, they're animated, and they're delightful.
## 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).
⚠️ Note that image requests will not work locally as the backend only allows CORS requests from [https://wowemoji.dev](https://wowemoji.dev).
### 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.