WD016 Blog (backend) Install Fork project Clone your fork: git clone <link-to-project> cd <project-directory>/ npm install Commands Dev Dev commands runs app with Node and the experimental flag --watch, you will need Node 18.11+ npm run dev Start Start commands runs app with Node npm start