Skip to content

Latest commit

 

History

History

README.md

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 yarn:

yarn install

And now run the server in development mode:

yarn dev

This should start a server running on localhost:3000.