Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inizio/missmarble

Online platform for Miss Marble
https://github.com/inizio/missmarble

Last synced: about 1 month ago
JSON representation

Online platform for Miss Marble

Awesome Lists containing this project

README

        

# Miss Marble

### Setup

```bash
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

```bash
task dev
```

### Github secrets

```sh
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
```