##Get started.
- fork it! via github or clone it using
git clone [email protected]:daveamit/pravaah.js.git
- do
npm install
- fireup your favorite editor ( mine is atom, and I launch it using
atom .
command ) - do what to gatta do
And don't forget to keep an eye on the codebase quality, make sure all tests pass and have handsome code coverage (handsome ~ 100% 🤓 )
- do
npm run dev -- --watch
to run test in watch mode. - do
npm run test
to run tests and also view code coverage.
Happy coding!