Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 945 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 945 Bytes

VT Next

About

Application that provides an enhanced version of your scheduling software for universities that use "VT Agenda" software.

Capture d’écran 2023-03-14 à 18 24 22

Built With

Run Locally

# Install dependencies
$ npm install

# Run the API (replace with the original "VT Agenda" website URL)
$ npx wrangler pages dev ./functions -b VT_AGENDA_URL="https://edt.example.fr"

# Run the app
$ npm run dev

Deployment

VT_AGENDA_URL=https://edt.example.fr
NODE_VERSION=16.16.0