Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 2.03 KB

README.md

File metadata and controls

51 lines (34 loc) · 2.03 KB

Welcome to Knowledge 👋

socialify image

Knowledge is built with React. It was initialized with a classic Create React App and is deisgned thanks to Material UI

Getting started

Clone this project and navigate to the Knowledge directory.

git clone [email protected]:ddecrulle/Knowledge.git
cd Knowledge

You can then install dependencies using either Yarn or NPM

yarn

or

npm install

Environment values

The 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.

Development

⚠️ Commmit

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