The code is the frontend for Spark-AI Chatbot. It is written in React and uses Vite as the bundler.
npm install
npm run dev
to start the vite serversrc
- contains the source codesrc/components
- contains the React componentssrc/components/auth
- contains the authentication componentssrc/views
- contains the pagessrc/routes
- contains the routessrc/assets
- contains the images, fonts, etc.Keep your branch up to date with the dev branch of the original repo by running git pull origin dev
while on your branch:
git fetch upstream dev
git rebase upstream/dev