flipclo (preview)
These instructions will help you set up the project locally on your machine for development and testing purposes.
Make sure you have the following software installed on your machine:
- Node.js (i used 18.16.0)
- npm (i used 9.5.1)
Follow these steps to set up the project:
- Clone the repository:
git clone https://github.com/gagal18/flipclo.git
- Navigate to the project directory:
cd flipclo
- Install dependencies:
npm install
To start the development server, run the following command:
npm run dev
This will start the development server at http://localhost:5173
.
To build the project for production, run the following command:
npm run build
You can access Firebase credentials by checking this tutorial by visiting the following URL: Firebase Authentication in a React App to create and get ENV Variables, stored in .env.example
This project is built using the following technologies:
- React
- TypeScript
- Vite
- Tailwind CSS
- DaisyUI
- Zustand
- Firebase