Knowledge is built with React. It was initialized with a classic Create React App and is deisgned thanks to Material UI
Clone this project and navigate to the Knowledge directory.
git clone git@github.com:ddecrulle/Knowledge.git
cd KnowledgeYou can then install dependencies using either Yarn or NPM
yarn
or
npm installThe project contain only one environment value. This is the url of the back-end Knowledge-Back-Office
In development mode, you can create a file .env.local and add values like in the .env file.
This project follows Conventional Commits 1.0.0. To enforce that convention we have a commitlint which lint commits before they are created thanks to husky
The commitlint configuration can be change is commitlint.config.js