Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddecrulle/knowledge
The user interface that presents the service offer of the INSEE survey information system
https://github.com/ddecrulle/knowledge
mui react react-router-v6
Last synced: 3 months ago
JSON representation
The user interface that presents the service offer of the INSEE survey information system
- Host: GitHub
- URL: https://github.com/ddecrulle/knowledge
- Owner: ddecrulle
- License: mit
- Created: 2022-01-20T08:45:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T10:02:57.000Z (3 months ago)
- Last Synced: 2024-10-11T00:23:16.426Z (3 months ago)
- Topics: mui, react, react-router-v6
- Language: JavaScript
- Homepage:
- Size: 4.97 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to Knowledge 👋
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.
```bash
git clone [email protected]:ddecrulle/Knowledge.git
cd Knowledge
```You can then install dependencies using either Yarn or NPM
```bash
yarnor
npm install
```## Environment values
The project contain only one environment value. This is the url of the back-end [Knowledge-Back-Office](https://github.com/ddecrulle/Knowledge-Back-Office)
In development mode, you can create a file `.env.local` and add values like in the `.env` file.
## Development
### :warning: Commmit
This project follows [Conventional Commits 1.0.0](https://www.conventionalcommits.org/en/v1.0.0/). To enforce that convention we have a [commitlint](https://github.com/conventional-changelog/commitlint) which lint commits before they are created thanks to [husky](https://typicode.github.io/husky/#/)
The commitlint configuration can be change is [`commitlint.config.js`](/commitlint.config.js)