Aller au contenu principal

Intro

This here page will guide you on how to participate in the documentation of the ToDoList !

Requirements

What you'll need

  • Node.js version 16.14 or above to run it locally

    • When installing Node.js, you are recommended to check all checkboxes related to dependencies.
  • Yarn or npm

Start your site

Run the development server:

cd projet8-TodoList/docs
npm run start # or yarn run start alternatively

The documentation website will be available at localhost:3000
(Maybe make sure beforehand that the 3000 port is not already in use)
A watcher will be running, so that you can see your changes live !


Take a look at the tutorials to learn how to create pages !