Skip to content

The user interface that presents the service offer of the INSEE survey information system

License

Notifications You must be signed in to change notification settings

ddecrulle/Knowledge

Repository files navigation

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 git@github.com: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