This repository was archived by the owner on Apr 3, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork0
Official website for RPI TV
License
NotificationsYou must be signed in to change notification settings
rpitv/glimpse-ui
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Notice: This project has been relocated to therpitv/glimpse monorepo
This is the frontend UI for Glimpse, the RPI TV website.
- Create/import the
.npmrc
and.env
files. npm install
- Run
npm run dev
to start the server in development mode.
npm run dev
npm run build
Run Unit Tests withVitest
npm run test:unit
Run End-to-End Tests withCypress
npm run buildnpm run test:e2e# or `npm run test:e2e:ci` for headless testing
Lint withESLint
npm run lint
docker build --tag rpitv/glimpse-ui --secret id=npmrc,src=.npmrc.