Thanks for for the interest in contributing to Skift!
Please read this document to learn how to work this project.
Skift is released automatically with semantic-release.
We use Commitizen to ensure the quality of commit messages, please provide the maximum amount of details about your commit.
To commit your code run:
npm run cz
When developing, it's preferable to run the project in test mode:
npm test
The following command will produce the development and minified versions of Skift distribution in dist/
folder.
npm run build:prod