https://github.com/inizio/marblez
Order listing for Miss Marble
https://github.com/inizio/marblez
Last synced: about 2 months ago
JSON representation
Order listing for Miss Marble
- Host: GitHub
- URL: https://github.com/inizio/marblez
- Owner: IniZio
- Created: 2020-03-28T15:48:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T01:57:49.000Z (over 1 year ago)
- Last Synced: 2025-03-26T20:57:21.196Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.25 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Marblez
## Status
|Server|URL|Status|
|---|---|---|
|Client|https://marblez.fly.dev|[](https://github.com/IniZio/marblez/actions/workflows/cd.yaml)|
|Server|https://api-marblez.fly.dev|[](https://github.com/IniZio/marblez/actions/workflows/cd.yaml)|## Setup
- `blackbox_postdeploy`
- `yarn dev`### Github Secrets
```sh
# Secret key
gpg -a --export-secret-keys deploy-marblez > deploy-marblez.private
cat -e deploy-marblez.private | sed 's/\$/\\n/g'# Public key
gpg -a --export deploy-marblez > deploy-marblez.public
cat -e deploy-marblez.public | sed 's/\$/\\n/g'
```