Use git clone repository.
Use the package manager npm to install.
npm install
/src
│
├── /components
│ ├── Header.js
│ ├── Card.js
│ ├── LandingSection.js
│ ├── ProjectsSection.js
│ ├── FullScreenSection.js
│ ├── ContactMeSection.js
│ ├── Footer.js
│ └── Alert.js
│
├── /context
│ └── alertContext.js
├── /hooks
│ └── useSubmit.js
│
└── App.js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.