Skip to content

Commit

Permalink
Add infos about contributing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bruhnild committed Sep 30, 2024
1 parent 1671cc6 commit 823221e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,19 @@ yarn

## Start the app

Once your dependencies are installed, start your server in development mode by running:
Once your dependencies are installed, start your server in development mode by running :

```bash
yarn dev
```

## Contributing documentation

To launch the readthedocs documentation in your local environment, run the following commands in the project's root directory :

- `pip3 install mkdocs`
- `python3 -m mkdocs serve`

## Customization

To get the proper settings of the rando site in your local environnement :
Expand Down

0 comments on commit 823221e

Please sign in to comment.