STORIX app install landing page.
Put the landing image at:
public/landing.png
npm install
npm run dev
npm run build/events/attendance
The attendance APIs use VITE_API_BASE_URL. Development defaults to
https://dev.storix.kr, and production defaults to https://api.storix.kr.
The page does not persist access tokens. The app must inject the current token after the page has loaded:
window.dispatchEvent(
new CustomEvent('STORIX_AUTH', {
detail: { accessToken: '...' },
}),
)The page calls:
GET /api/v1/attendance-event
POST /api/v1/attendance-event/check-in