Notice: This project has been relocated to the rpitv/glimpse monorepo
This is the frontend UI for Glimpse, the RPI TV website.
- Create/import the
.npmrcand.envfiles. npm install- Run
npm run devto start the server in development mode.
npm run devnpm run buildRun Unit Tests with Vitest
npm run test:unitRun End-to-End Tests with Cypress
npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testingLint with ESLint
npm run lintdocker build --tag rpitv/glimpse-ui --secret id=npmrc,src=.npmrc .