Skip to content

caponetto/personal-webapp

Repository files navigation

personal-webapp

CI License

Code of my personal website.

Requirements

  • Node 18+
  • Yarn (npm install -g yarn)

Build for development

Run yarn install && yarn build:dev

Running for development

Run yarn start and then access https://localhost:9001

Bulid for production

Run yarn install && yarn build:prod

Artifacts will be available in the dist directory.

License

This code is released under Apache License.

Check LICENSE file for more information.