- Please raise an issue in here before you raise a pull request directly.
- Tag the issue in PR description.
- Contributions to documentation/website is always welcome and can be raised without tagging an issue.
cd zio-config
sbt compileAll
sbt runAllExamples
sbt testAll
cd zio-config
bloop projects
bloop compile zio-config
bloop test zio-config
We recommend you run the examples in zio-config using sbt runAllExamples
making sure
that all assertions in the example holds true even after your change.
cd zio-config
rm -r website/build/
./sbt ++2.12.11! docs/docusaurusCreateSite
cd ./website/build/zio-config/
npm run start