This project contains the source code for my portfolio website.
See the current build at https://tylerjvezina.com/
yarn build
- Run webpack, compiling all typescript in
./src/
and outputting the results to./dist/
- Run webpack, compiling all typescript in
yarn serve
- Build, then serve on
http://localhost:8080/
, hot reloading when files change
- Build, then serve on
- Every time a commit is pushed to
main
, it is automatically deployed by GitHub Actions