Skip to content

cristian-aldea/project-megaphone

Repository files navigation

Project Megaphone

This repository contains the source code and development tools for my personal website, which I dubbed Project Megaphone!

Requirements

To develop and contribute to this repository you will need the following:

To install the project's dependencies:

npm i

Development

To serve the application locally:

npm start

To lint the typescript code using eslint:

npm run lint

To upgrade all packages to their latest version:

npm run update

Building

See the the docker README for details on how to build and run application for production.