This is the frontend UI for Glimpse, the RPI TV website.
.npmrc
and .env
files.npm install
npm run dev
to start the server in development mode.npm run dev
npm run build
npm run test:unit
npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing
npm run lint
docker build --tag rpitv/glimpse-ui --secret id=npmrc,src=.npmrc .