The getting started guide starts by assuming you have installed all the dependencies and created a config file. There should be a section that proceeds this which details installation that can be followed by users who are not familiar with Node.js ## Steps to cover * Installing Node.js (Windows, Mac, Linux) * Initiating a new project (`npm init`) * Ensuring a project is setup to use ES modules – is there a flag that enables this by default? (See https://github.com/getindiekit/indiekit/issues/382)
The getting started guide starts by assuming you have installed all the dependencies and created a config file.
There should be a section that proceeds this which details installation that can be followed by users who are not familiar with Node.js
Steps to cover
npm init)