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 yarn:
yarn installAnd now run the server in development mode:
yarn devThis should start a server running on localhost:3000.