This website contains information about me, my work experience, and some projects I've worked on. It's hosted at https://annebailey.surge.sh.
Built with React using Gatsby.
- Install homebrew if not yet installed (instructions here).
- Install yarn if not yet installed (instructions here).
- Install the Gatsby CLI with
npm install -g gatsby-cli
.
git clone https://github.com/abailey19/portfolio-website
cd portfolio-website/
yarn install
gatsby develop
runs project in development modegatsby build
creates a production-ready version of the site for deploymentsurge public/
deploys to surge
cd
into root directorygatsby develop
- Navigate to localhost:8080 to view the site
Deployed using surge
. Install globally by running npm install -g surge
.
Run gatsby build
and then surge public
to publish. CNAME file is setup so the project deploys to annebailey.surge.sh
.