This project contains the source code for my personal website k9n.dev.
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.