A resume website for Pete (me) written using Angular 20, Google Firebase, and custom SCSS (with a little help from the catppucin mocha pastel color palette).
This project requires a few pre-requisites
- Node, Consider using nvm and then type
nvm useto use the version specified in.nvmrc. - Firebase CLI documentation
- Firebase emulators
npm ci
npm run emulators
npm run startNavigate to http://localhost:4200/ to see the application running locally.