Welcome aboard! This site runs off Eleventy and Gulp. The templates use Nunjucks and the CSS is written with Sass.
Before anything, make sure you have Node.js installed. It’s recommended that you use the LTS version of Node.js.
To run the site, first run npm install
to install all of the dependencies.
Then:
- To serve the site locally, run
npm start
- To build a production version of the site, run
npm run production
When you run a production build of the site, the contents of the dist
should be deployed to the server. If you use Netlify to host, the correct production config has been preset in netlify.toml
for you.