A web application for interacting with NERON, a RAG-based chatbot which can answer questions about eMush from curated documents.
Stack:
- Vue 3 for the frontend framework
- Vitest for testing
- Netlify for deployment at https://askneron.netlify.app/
# Clone the repository
git clone https://github.com/cmnemoi/ask_neron_front.git
cd ask_neron_front
# Install dependencies
npm installStart the development server:
npm run devThe application will be available at http://localhost:5173
- Lint code with
make lint - Run tests with
make test - Build for production with
npm run build
The source code of this repository is licensed under the AGPL-3.0-or-later License.
Some Motion Twin graphic assets are licensed under the CC BY-NC-SA 4.0 license.