Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 712 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 712 Bytes

lukasondrejka.com

🌐 lukasondrejka.com

Personal website built with Eleventy.

Source files are located in the src directory. The dist directory is generated by Eleventy and contains the built site.

Commands

  • npm install - Install dependencies
  • npm run dev - Run development server with live reloading
  • npm run build - Build site
  • npm run watch - Build site and watch for changes
  • npm run clean - Delete the dist directory

Resources