k-jun / online-shiritori

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

online-shiritori

run

$ PORT=8080 deno run --allow-net --allow-read --allow-env src/main.js

test

$ deno test

deploy

cat ~/ghcr.txt | docker login ghcr.io -u k-jun --password-stdin
docker build -t ghcr.io/k-jun/online-shiritori:latest .
docker push ghcr.io/k-jun/online-shiritori:latest

About


Languages

Language:CSS 71.7%Language:JavaScript 28.1%Language:HTML 0.2%