Build a Site

Before a site can be run, dependencies need to be fetched. This can be done with the npm install command.

If a site is later edited, there is no need to run npm install again unless you want to add new dependencies.

Ater you create a site, run the npm install command.

cd <site name>
npm install