A list of emojis taken from the GitHub API.
This is helpful if you are searching for emojis you want to use in your README files.
What you need to have:
Steps:
- Fork this repository.
- Clone the forked repository into your machine.
- Install dependencies.
npm install -g vercel
npm install- Create a GitHub personal access token. (A fine-grained one with default settings.)
- Copy the token.
- Create a
.envin the root folder of your cloned repository with the following:
TOKEN=PASTE-YOUR-TOKEN-HERE- Run the site locally.
vercel dev- Login to vercel if prompted.
This repository contains the AGPL version 3 license. You must give credit if you want to use its source code. If you make any changes, and your project is accessed through a network, you must open source it under the same license.