/maxwelltalley.com

Personal portfolio website for Maxwell Talley

Primary LanguageJavaScript

To run the dev server locally

npm start

To build the project for deployment

npm run build

To switch firebase hosting from dev to prod

  • Run firebase use <project-id>
  • <project-id> is either:
    • dev to deploy to dev.maxwelltalley.com or
    • prod to deploy to 'maxwelltalley.com`

Commonly Used Resources