Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 837 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 837 Bytes

Julie Rosoff's Personal Website

Your Path to Mental Wellness

Quick Start

First, download the required npm packages.

npm install

Then, run the appropriate command for your purposes.

npm run [start / build]

Deployment

On every push to main, a new branch will be created using GitHub actions, containing source code needed for a GitHub Pages deployment. To finish the setup, do the following:

  1. Go to Settings in your repository.
  2. Click Pages on the left menu.
  3. Select the gh-pages branch from the dropdown. Leave root as /.
  4. Your site will go live!

For additional configuration, you can add a custom domain and HTTPS support.

If you are looking for a full stack web application built on AWS and GitHub pages, see here.