Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1004 Bytes

README.md

File metadata and controls

45 lines (34 loc) · 1004 Bytes

🚀 Emojistry
An emoji browser for power-users

Code Checks Workflow Status Deploy Workflow Status GitHub License GitHub Release

Quickstart

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

Testing

npm run test