Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 463 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 463 Bytes

To run locally

git clone [email protected]:Marie-anneMawhin/marie-annemawhin.github.io.git
cd marie-annemawhin.github.io
npm i
npm start

To deploy to GitHub Pages

Make sure all of the changes you have locally on your current branch are the ones you want to deploy, and run the following command:

npm run deploy

N.B. don't deploy from the gh-pages branch.


Created and maintained by Paul Clark.