diff --git a/README.md b/README.md index 4fb72bd..574d329 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # jakesphotos -A simple photography portfolio page. +A simple photography portfolio page written in vanilla React. + +## First Time Setup +1. Create basic react app. +``` +npx create-react-app portfolio +``` +2. Install missing packages +``` +npm install web-vitals +``` +3. Test changes/fixes with +``` +npm install +npm start +``` \ No newline at end of file