Skip to content

cnshing/portfolio-web

Repository files navigation

portfolio-web

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.

Documentation

This README contains what you need to get started. For more specifics on the project, visit the docs folder.

Tech Stack

The following tools were used:

Development server

To start a local development server, run:

ng serve --ssl

Once 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.

Building

To build the project run:

ng build

This 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.

Running unit tests

Testing is done with Vitest officially supported in Angular 21:

ng test

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors