Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inizio/marblez
Order listing for Miss Marble
https://github.com/inizio/marblez
Last synced: about 1 month 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T01:57:49.000Z (over 1 year ago)
- Last Synced: 2024-12-04T17:48:21.806Z (about 1 month 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|[![CD](https://github.com/IniZio/marblez/actions/workflows/cd.yaml/badge.svg)](https://github.com/IniZio/marblez/actions/workflows/cd.yaml)|
|Server|https://api-marblez.fly.dev|[![CD](https://github.com/IniZio/marblez/actions/workflows/cd.yaml/badge.svg)](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'
```