We got it!
# Navigate to the project folder
cd /Users/hanabelmengistu/strive
# Start the local server
python3 -m http.server 3000
# Open your browser to:
# http://localhost:3000# Install dependencies (if you have Node.js)
npm install
# Start the server
npm start
# Open your browser to:
# http://localhost:3000If you're using VS Code:
- Install the "Live Server" extension
- Right-click on
index.html - Select "Open with Live Server"