- React
- TypeScript
- Firebase functions
- SCSS + BEM
- ChatGPT API
Before you start, you need to have Node.js and npm installed on your machine.
- Clone the repository to your local machine:
git clone https://github.com/justynalem/cookie-ai.git
- Install the dependencies:
npm install
To start the development server, run:
npm run dev
firebase emulators:start --only functions
This will start the development server at http://localhost:5173
.
To build the production version of the app, run:
npm run build
This will create a dist
directory with the compiled assets.