Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 910 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 910 Bytes

Koodikrapula.fi

Made with 11ty, Preact and Twind.

Visit Koodikrapula.fi 👉

Development mode

  1. npm install
  2. npm start
  3. Open localhost:8080

Other scripts:

  • npm run eslint
  • npm run prettier

Also, in VS Code:

  1. Open the command palette (Ctrl+Shift+P)
  2. Choose "Extensions: Show Recommended Extensions"
  3. Install the recommended extensions

Building for production

  1. npm install
  2. npm run build
  3. Deploy the _site folder

Koodikrapula.fi is deployed on Netlify.

  • Netlify automatically rebuilds the site when a Pull Request is merged to master.
  • GitHub Actions triggers a build every day at 06:00 AM (UTC), making it easy to schedule episode notes.