Feel free to contribute to this project. Any sort of contributions are always welcome and are greatly appreciated.
Visit the issue tracker to find a list of open issues that need attention.
Fork, then clone the repo:
git clone https://github.com/your-username/soya-next.git
cd soya-next
To get you started real quick, run the following:
npm install
It will install external dependencies, build all packages, and link local dependencies.
To build the module, run the following:
npm run build
To watch for code changes, run the following:
npm run watch
To test your code, run the following:
npm test
This codebase follows Traveloka JavaScript Style Guide and is enforced using marlint.
To lint your code, run the following:
npm run lint
To build and watch for code changes, run the following on each example directory:
npm start