We recommend using nvm to manage npm versions. See nvm installation instructions.
With nvm installed, run the following command from within the website directory:
nvm use(and potentially nvm install) to set the correct version of npm.
Next, install dependencies via npm:
npm ciAnd now run the server in development mode:
npm run devThis should start a server running on localhost:3000.