Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 709 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 709 Bytes

Mesem Chrome Extensions

Gambar

Mesem is an emoticon picker for Chromium Browser. You can install it on Google Chrome, Microsoft Edge, and many more.

Download it here (◍•ᴗ•◍)

Development

This project use Sveltekit which is a meta-framework for Svelte.

So, learn it first before you make a contributions.

  1. Clone this repository
git clone https://github.com/oktoala/mesem-chrome-extensions.git 
cd mesem-chrome-extensions
  1. Install Dependencies
npm i
  1. Run the project
npm run dev