My personal website built in React to display my resume and portfolio
REACT_APP_GRAPHQL_URI=http://localhost:3001/graphql
REACT_APP_AWS_BUCKET_NAME=****
REACT_APP_S3_CLOUDFRONT=****
REACT_APP_API_ENDPOINT=****
REACT_APP_AWS_ACCESS_KEY_ID=****
REACT_APP_AWS_SECRET_ACCESS_KEY=****
$ npm install --legacy-peer-deps$ npm startRuns the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
Before setting up the backend you can expect to see an error page on website pages that rely on data from the backend for rendering.
To set up the backend please follow the documentation here.
You can log in as admin with the email/password found in the backend .env file here