Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 629 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 629 Bytes

k9n.dev website

Scully Publish

This project contains the source code for my personal website k9n.dev.

Development

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files. To see the static site content for the blog posts, you have to render them first using Scully:

npm run build
npm run scully
npm start

Or you can use npm run scully:all to see the completely rendered page.