This project is intended to help developers to use a emoji as favicon, so they don't spend so much time making favicons.
Click here to see the live preview.
# Clone this repo
$ git clone https://github.com/jpc0rrea/emoji-as-favicon
# Access the project folder in the terminal
$ cd emoji-as-favicon
# Install dependecies
$ npm install
# or use yarn to install dependencies
$ yarn
# Execute the application in development mode
$ npm run dev
# or use yarn
$ yarn dev
# The application will start at the port:3000 - acess <http://localhost:3000>