Skip to content
This repository has been archived by the owner on Aug 22, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 208 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 208 Bytes

Emoji Finder, built with Svelte

Search emojis by name and copy to clipboard by click.

Start dev server:

  npm install
  npm run dev

Start build:

  npm run build
  npm run start