Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 566 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 566 Bytes

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