IniZio / missmarble

Online platform for Miss Marble

Home Page:https://missmarble.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Miss Marble

Setup

asdf plugin add task
asdf plugin add nodejs
asdf plugin add pnpm

asdf install

task dep
task secret

# You will need to fill in supbase keys in .env first, probably get from dev
task db:reset

Run

task dev

Github secrets

gpg -a --export-secret-keys deploy-missmarble | cat -e | sed 's/\\$/\\\n/g' | tr -d '\n' > BLACKBOX_PRIVKEY
gpg -a --export deploy-missmarble | cat -e | sed 's/\\$/\\\n/g' | tr -d '\n' > BLACKBOX_PUBKEY

About

Online platform for Miss Marble

https://missmarble.vercel.app


Languages

Language:TypeScript 97.0%Language:JavaScript 2.2%Language:CSS 0.5%Language:Dockerfile 0.3%Language:Shell 0.0%