Skip to content

logram-llc/emojistry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 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