A beautiful, responsive website for keto recipes with:
- Tailwind CSS styling
- Dark mode toggle
- Mobile-friendly design
- Countdown timer
- Testimonials section
- Upload to GitHub
- Enable GitHub Pages in Settings
- Ensure the repository is set to public
- Verify the site is live at the provided URL
- Ensure you have Node.js and npm installed
- Clone the backend API repository
- Navigate to the backend API directory
- Run
npm install
to install dependencies - Run
npm start
to start the backend server - The backend API will be available at
http://localhost:3000