Skip to content

caponetto/personal-webapp

Repository files navigation

personal-webapp

CI License

Code of my personal website.

Requirements

  • Node 22+

Build for development

Run npm install && npm run build:dev

Running for development

Run npm run start and then access https://localhost:9000

Bulid for production

Run npm install && npm run build:prod

Artifacts will be available in the dist directory.

License

This code is released under Apache License.

Check LICENSE file for more information.