b3799edcc610c862a2e4ca1bc22fd77b66f6b5ad
ThreeTwo!
⚠️ This project is in early stages of development and as such, not ready for general use.
Dependencies
ThreeTwo! currently is set up as:
- The UI, this repo.
threetwo-import-service[https://github.com/rishighan/threetwo-import-service]comicvine-service[https://github.com/rishighan/comicvine-service]
Local Development
The recommended approach is to simply use docker-compose which spins up containers for the UI and all the associated microservices and data store.
To do that:
- Clone this repo using
git clone https://github.com/rishighan/threetwo.git - Run
docker-compose up --build -d - Note that the first time, the process could take up to 10 minutes
However, for debugging and troubleshooting, you can run this app locally using these steps:
- Clone this repo using
git clone https://github.com/rishighan/threetwo.git yarn run dev(you can ignore the warnings)- This will open
http://localhost:3050in your default browser - Note that this is simply the UI layer and won't offer anything beyond a scaffold. You have to spin up the microservices locally to get it to work.
Languages
TypeScript
86.2%
JavaScript
13.6%
Dockerfile
0.1%