Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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