dependabot[bot] b18418f9ae Bump tar from 6.1.5 to 6.1.11
Bumps [tar](https://github.com/npm/node-tar) from 6.1.5 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v6.1.5...v6.1.11)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-31 23:50:13 +00:00
2021-08-12 16:44:52 -07:00
2021-08-31 09:32:59 -07:00
2021-05-29 16:04:14 -07:00
2021-04-15 15:08:54 -07:00
2021-07-31 13:24:54 -07:00
2021-07-14 09:59:03 -07:00
2021-04-15 15:08:54 -07:00
2021-06-24 09:31:02 -07:00
2021-08-31 12:48:37 -07:00
2021-08-31 13:22:07 -07:00
2021-08-31 09:32:59 -07:00
2021-06-17 00:05:30 -07:00
⚖️ License
2021-05-04 11:45:18 -07:00
2021-04-15 15:08:54 -07:00
2021-08-31 09:32:59 -07:00
2021-08-31 12:48:37 -07:00
2021-08-31 13:22:07 -07:00
2021-08-31 13:22:07 -07:00
2021-06-17 00:05:30 -07:00
2021-07-21 08:43:46 -07:00
2021-08-31 09:32:59 -07:00
2021-07-21 08:43:46 -07:00
2021-08-31 23:50:13 +00:00

ThreeTwo!

⚠️ This project is in early stages of development and as such, not ready for general use.

Dependencies

ThreeTwo! currently is set up as:

  1. The UI, this repo.
  2. threetwo-import-service [https://github.com/rishighan/threetwo-import-service]
  3. comicvine-service [https://github.com/rishighan/comicvine-service]
  4. threetwo-ui-typings [https://github.com/rishighan/threetwo-frontend-types] which are the types used across the UI, installable as an npm dependency.

Docker Instructions

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: Make sure that you have docker and docker-compose installed.

  1. Clone this repo using git clone https://github.com/rishighan/threetwo.git
  2. Create an external docker network using docker network create proxy
  3. Run docker-compose up --build -d
  4. Note that the first time, the process could take up to 10 minutes, since it is building containers for threetwo, threetwo-import-service, comicvine-service, mongo, nats, nginx

Local Development

For debugging and troubleshooting, you can run this app locally using these steps:

  1. Clone this repo using git clone https://github.com/rishighan/threetwo.git
  2. yarn run dev (you can ignore the warnings)
  3. This will open http://localhost:3050 in your default browser
  4. 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.
Description
A good comic book curation app.
Readme MIT 68 MiB
Languages
TypeScript 86.2%
JavaScript 13.6%
Dockerfile 0.1%