Skip to content
Snippets Groups Projects
Commit 22d25ba8 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore: update getting started

parent ea830104
Branches
No related tags found
No related merge requests found
Pipeline #110117 passed
......@@ -14,7 +14,7 @@ Here is an example of service declaration in the ecolyo manifest:
![Manifest.webapp](/img/services/monthly-service.png)
File location is determined after the build, see [here](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/-/tree/build/services/monthlyReport).
File location is determined after the build, see [/build/services](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/-/tree/build/services/monthlyReportNotification).
:::note Cron
See the cron definition at [cozy-stack](https://docs.cozy.io/en/cozy-stack/jobs/#cron-syntax).
......
......@@ -44,7 +44,7 @@ Here are the available doctypes:
| Field | Type | Description |
| ------ | ------ | ----------------------------------------------------------------- |
| load | number | load (in kWh or L) |
| minute | number | minute of the date<br/>*set to 0 except for minute serie* |
| minute | number | minute of the date<br/>*set to 0 except for minute series* |
| hour | number | hour of the date<br/>*set to 0 except for minute and hour series* |
| day | number | day of the date<br/>*set to 1 for month and year series* |
| month | number | month of the date<br/>*set to 1 for year series* |
......
......@@ -103,7 +103,7 @@ We need different versions for our projects so we will have to install a node ve
#### NVM
For our projects you will need to have a version manager for node such as [**n**](https://www.npmjs.com/package/n), [**fnm**](https://github.com/Schniz/fnm), [**nvm**](https://github.com/nvm-sh/nvm) and [**nvm-windows**](https://github.com/coreybutler/nvm-windows). Install both at least version **16**.
For our projects you will need a version manager for node such as [**n**](https://www.npmjs.com/package/n), [**fnm**](https://github.com/Schniz/fnm), [**nvm**](https://github.com/nvm-sh/nvm) and [**nvm-windows**](https://github.com/coreybutler/nvm-windows). Most of our projects contains a `.node-version` file indicating the desired version.
You can then check the current version of node used
......@@ -156,3 +156,5 @@ We use different softwares/tools to help use share ressources. Ask a team member
- Figma
- Postman
- Udemy
- Whimsical
- Mattermost
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment