/rhianvanesch.com

My personal site, built with Eleventy

Primary LanguageSCSS

rhianvanesch.com

My personal site, built with Eleventy.

Development

npm start:

  • build Eleventy site (in development mode), watch for changes, and serve at http://localhost:8080
  • build CSS from Sass files and watch for changes
  • bundle and minify JS (as ES modules) and watch for changes

Production

npm run build:

  • build Eleventy site (in production mode) and output to /dist directory
  • build CSS from Sass files and output to /dist directory
  • bundle and minify JS (as ES modules) and output to /dist directory