My personal site, built with Eleventy.
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
npm run build:
- build Eleventy site (in production mode) and output to
/distdirectory - build CSS from Sass files and output to
/distdirectory - bundle and minify JS (as ES modules) and output to
/distdirectory