Git repository for the browser extension kaomojie.
Easy and fast access to hundreds of kaomojis, all categorised!
We use Gulp to transpile source code and ready the extension for deployment.
- Install node dependencies:
yarn install
- Install gulp:
yarn global add gulp-cli
- Build:
gulp
(to folderbuild
)
gulp deploy
also zips up the build for deployment (build/archive.zip).
This software is licensed under AGPL 3.0; a copy can be found under LICENSE.