This repository contains the source code and development tools for my personal website, which I dubbed Project Megaphone!
To develop and contribute to this repository you will need the following:
To install the project's dependencies:
npm iTo serve the application locally:
npm startTo lint the typescript code using eslint:
npm run lintTo upgrade all packages to their latest version:
npm run updateSee the the docker README for details on how to build and run application for production.