/social-assistant

Primary LanguageJupyter Notebook

Advocacy AI Assistant

Project Setup

npm install

Run Project

The project consists of a Vue/Vite frontend and an Azure Functions API. The SWA CLI must be used to simulate the running env of a SWA application, including api request routing and auth.

All commands are relative to the root folder.

Run Vue/Vite App

npm run dev

Run Functions API

cd api
func start

Run SWA Emulator

swa start http://localhost:5173

Access the application on http://localhost:4280