- NodeJS, npm / yarn
- MongoDB
- Redis
- nodemon
$ git clone https://github.com/hkaden/Twemoji.git
$ cd Twemoji-master
$ cp config.example.js config.js
# Edit config.js
$ yarn install
cd server
openssl genrsa -out private.pem 2048
openssl rsa -in private.pem -pubout > public.pem
# copy public.pem contents to server/public.js
# module.exports=-----BEGIN PUBLIC KEY-----\n...
- update .env
MAILGUN_API_KEY=apikey
$ yarn run dev
$ yarn run lint
$ yarn run build