storj-archived / bridge

Deprecated. Access the Storj network via simple REST API.
https://storj.io
GNU Affero General Public License v3.0
77 stars 44 forks source link

Add nodemon as a devDependency #586

Closed ftapajos closed 6 years ago

ftapajos commented 6 years ago

Make npm run-script dev command possible

braydonf commented 6 years ago

Has merge conflicts, I think nodemon is expected to installed globally here? I haven't really ever used that command, and use npm run test for development.

ftapajos commented 6 years ago

As far as I'm concerned, npm run test doesn't set up the bridge, does it?

braydonf commented 6 years ago

Some of the tests do run a server for a e2e/integration test, yes. (e.g. buckets.integration.js). Though most of the tests mock database connections and such to get into every area of code. Works well for TDD.

RichardLitt commented 6 years ago

👋 Hey! Thanks for this contribution. Apologies for the delay in responding!

We've decided to rearchitect Storj, so that we can scale better. You can read more about this decision here. This means that we are entirely focused on v3 at the moment, in the storj/storj repository. Our white paper for v3 is coming very, very soon - follow along on the blog and in our Rocketchat.

As this repository is part of the v2 network, we're no longer maintaining this repository. I am going to close this for now. If you have any questions, I encourage you to jump on Rocketchat and ask them there. Thanks!