Original code by Amelia Wattenberger
Install dependencies
npm iTo start the project locally
npm startTo deploy to production run the command below. It will generate a build folder in your root directory
npm run buildYou can deploy the website to Netlity in two ways:
-
Drag and drop method following this tutorial
You can edit the text on the home page on the HomeHeader.jsx
- If you see this error on your Mac terminal
gyp: No Xcode or CLT versionFix: run this code in your terminal
sudo xcode-select --reset