Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/germainlefebvre4/cryptobot-front
Project to self-host a cryptobot farm based on whittlem pycryptobot. Main entry at germainlefebvre4 cryptobot-project.
https://github.com/germainlefebvre4/cryptobot-front
Last synced: 15 days ago
JSON representation
Project to self-host a cryptobot farm based on whittlem pycryptobot. Main entry at germainlefebvre4 cryptobot-project.
- Host: GitHub
- URL: https://github.com/germainlefebvre4/cryptobot-front
- Owner: germainlefebvre4
- Created: 2021-07-07T08:27:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T23:13:30.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T20:52:22.023Z (about 1 month ago)
- Language: Vue
- Homepage:
- Size: 841 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cryptobot Front
## Build
```bash
docker build -t germainlefebvre4/cryptobot-front:0.3.0 --build-arg FRONTEND_ENV=production .
docker push germainlefebvre4/cryptobot-front:0.3.0
```## Deploy
Go at [https://github.com/germainlefebvre4/cryptobot-project/tree/main/charts](https://github.com/germainlefebvre4/cryptobot-project/tree/main/charts)# Develop
```bash
yarn install
yarn serve
```