Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 454 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 454 Bytes

Development

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