My personal portfolio website, built with Angular 21 and live at danieljancar.dev.
This is where I share a bit about myself, my work, and some writing.
You'll need Node.js and Git installed.
# clone the repo
git clone https://github.com/danieljancar/portfolio.git
cd portfolio
# install dependencies
npm install
# run it locally at http://localhost:4200
npm startnpm start # run the dev server
npm run build # build for production
npm test # run the tests
npm run lint # check for lint issues
npm run format # format the code with PrettierContributions are welcome. Have a look at the contributing guide before you start, and please follow the commit message conventions there.
Licensed under GNU GPLv3. By contributing you agree your work is released under the same license, along with the Code of Conduct and Developer Certificate of Origin.