- Watch the full tutorial on YouTube
- Check out the deployed site to see it in action
To run the project locally, follow these steps:
-
Install the necessary dependencies:
npm install
-
Start the development server:
npm run dev
To build and deploy the project to GitHub Pages, follow these steps:
-
Build the project:
npm run build
-
Deploy to GitHub Pages:
npm run deploy