🚀 Emojistry
An emoji browser for power-users
Using git:
git clone https://github.com/logram-llc/emojistry
cd emojistry
npm install
cp .env.sample .env
VITE_DOMAIN_NAME=example.org npm run build
npm run start
Using Docker:
docker run -p 8000:5173 ghcr.io/logram-llc/emojistry:latest
npm run test