UF DBF Website
https://uf-design-build-fly.github.io/Website/
To Update Existing Page
- Change markdown file
To Create New Page
- Create/copy a new markdown file
- Add the file name to the navBar.js pages array in the component folder (line ~8)
To Test View
- run 'npm run start' to view a local copy of the site
To Deploy
- run 'npm run build'
- run 'npm run deploy'