Update HOWTO authored by Martial Sankar's avatar Martial Sankar
......@@ -23,11 +23,11 @@ $ npm run serve
2. if you want to add a project, add news and outputs :
Open the`projlist.json` file in the`src/assets/data` folder. Then, add an entry.
Open the`projlist.json` file in the`src/assets/data` folder. Then, add an entry. See the [project list](JSONs/project-list-spec) specification page for details.
3. if you want to add a publication :
Open the `publicationList.json` file in the`src/assets/data` folder. Then, add an entry in the appropriate date section.
Open the `publicationList.json` file in the`src/assets/data` folder. Then, add an entry in the appropriate date section. See the [publication list](JSONs/publication-list-spec) for details.
4. When done build the application in order to publish it on the web :
......
......