This project uses node and npm. Go check them out if you don't have them locally installed.
- Clone or download
the project folder
and then unzip the files. - go to the root directory of the foodi-client and foodi-server, you can use
cd space folder-name
to change the folder directory.
- follow the command to run the client site:
$ npm install
$ npm run dev
$ add a .env.local file and include the following environment variables
VITE_APIKEY= from firebase
VITE_AUTHDOMAIN= from firebase
VITE_PROJECTID= from firebase
VITE_STORAGEBUCKET= from firebase
VITE_MESSAGINGSENDERID= from firebase
VITE_APPID= from firebase
VITE_IMAGE_HOSTING_KEY= from imgbb api
VITE_Stripe_PK= stripe key
## Usage
This is only a documentation package. You can print out [spec.md](spec.md) to your console:
```sh
$ standard-readme-spec
# Prints out the standard-readme spec
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
This project exists thanks to my youtube audience who contribute.
MIT © AKASH KUMAR