Welcome to the TastyBytes repository! This project is built using Next.js.
You can view the live preview of the project here.
Follow the instructions below to get a copy of this project on your local machine for development and testing purposes.
To run this project, you need to have Node.js installed on your machine. If you haven't already installed it, download and install it from Node.js official website.
To clone this repository to your local machine, use the following command in your terminal:
git clone https://github.com/sifuna2002/tastybytes.git
Navigate to the project directory in the terminal and run the following command to install the required dependencies:
npm install
To run the project on your local machine, use the following command in your terminal:
npm run dev
This command will start the Next.js development server. Open your web browser and visit http://localhost:3000 to view the application.
To deploy the project, use the following command in your terminal:
npm run build
- Next.js - The React framework used
- Tailwind CSS - The CSS framework used
- Firebase - The database used