Enter the Docker container for development:
$ bash dev/up
To install dependencies:
$ npm install
To run the tests:
$ npm test
To test the code manually, start momy
:
$ npm run try
Then, open a new terminal on the host (not inside the container), and run mongo client:
$ bash dev/mongo
Do something, and run mysql client to check syncing:
$ bash dev/mysql