The source of https://www.mvc-spec.org
You will need to have node
and npm
installed. First install all
the required npm dependencies:
$ npm install
To build the site run:
$ npm run build
The site will be built to the ./build/
directory.
If you are actively working on the site, you should use the development mode.
To start in development mode, start the script like this:
$ npm run dev
You can now point your browser to: http://localhost:3000/
If you change any files, the script will automatically rebuild the site and refresh the browser.
That's it! :)