A custom Tailwind CSS configuration.
Have a look at the small guide for information on how to setup and use this configuration.
This project uses Git Flow as a branching model and a combination of ESlint and Prettier to lint the JS files. You can lint your modifications when contributing with the following commands:
# Lint all files in the packages/ folder
$ npm run lint
# Start the dev server for the test's assets
$ npm run test:dev
# Build the test's assets
$ npm run test:build
# Start the dev server for the documentation
$ npm run docs:dev
# Build the documentation
$ npm run docs:build