The code is the frontend for Spark-AI Chatbot. It is written in React and uses Vite as the bundler.
- Clone the repo
- Run npm install
- Run npm run dev to start the vite server
- src - contains the source code
- src/components - contains the React components
- src/components/auth - contains the authentication components
- src/views - contains the pages
- src/routes - contains the routes
- src/assets - contains the images, fonts, etc.