Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/inizio/missmarble
- Owner: IniZio
- Created: 2023-08-08T17:03:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T01:47:38.000Z (3 months ago)
- Last Synced: 2024-12-04T17:48:21.439Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://missmarble.vercel.app
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Miss Marble
### Setup
```bash
asdf plugin add task
asdf plugin add nodejs
asdf plugin add pnpmasdf 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
```