Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 589 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 589 Bytes

cyby.dev

An 11ty blog for whatever musings I want to add to the internet.

Run locally

  • Pull down the repository to your local directory
  • In the root of the project, install dependencies:
npm install
  • While developing locally, you can serve on a local server with :
npm run serve
  • Navigate to http:localhost:8080 in a browser.
  • Make a change in a file, save the file, and the change will be reflected in the browser automatically, without a reload.

Deploy

Currently using the default GitHub Pages basic deployment based on the main branch.