Skip to content

ulugbekna/social-assistant

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 49.2%
  • JavaScript 46.0%
  • CSS 3.1%
  • Other 1.7%