This project contains everything I did to create this portfolio site. Everything from the source code to the design files are open sourced and free to modify as you see fit.
This README contains what you need to get started. For more specifics on the project, visit the docs folder.
The following tools were used:
To start a local development server, run:
ng serve --sslOnce the server is running, open your browser and navigate to https://localhost:4200/. The application will automatically reload whenever you modify any of the source files.
SSL must be enabled in order for any 3D related functionality to work.
To build the project run:
ng buildThis will compile your project and store the build artifacts in the dist/ directory. By default, the production build optimizes your application for performance and speed.
Testing is done with Vitest officially supported in Angular 21:
ng test