Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 580 Bytes

File metadata and controls

22 lines (13 loc) · 580 Bytes

Calender

Operations calendar for ASOM (Codeworks).

Run locally

npm install
npm run dev

Open the URL Vite prints (usually http://localhost:5173).

Live site (GitHub Pages)

After you push to main, GitHub Actions builds and deploys the app.

  1. In the repo on GitHub: Settings → Pages → Build and deployment → Source: choose GitHub Actions (not “Deploy from a branch”).
  2. The site URL is: https://majopaza.github.io/Calender/

First deploy can take a minute or two after the workflow finishes.