This is the static site for ntsc-rs. It's built with Eleventy.
Install dependencies:
npm installBuild the site:
npm run buildThe output will be in the _site/ directory.
Run a local development server with live reload:
npm run devThe site will be available at http://localhost:8080.