Skip to content

Latest commit

 

History

History
 
 

website

CloudQuery Website & Blog

Running locally

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 ci

And now run the server in development mode:

npm run dev

This should start a server running on localhost:3000.