//jiscbyRihanArfan

jisc

0
0
0
Vue

JISC Attendance

Modern recreation of JISC Study Goal, an attendance tool used by many universities in UK.

Created out of boredom in a lecture, as a flex, and because the original app has a dated Material UI look.

Stack

Setup

Make sure to install the dependencies:

bun install

Development Server

Start the development server on http://localhost:3000:

bun run dev

Production

Build the application for production:

bun run build

Locally preview production build:

bun run preview

Check out the deployment documentation for more information.

Build PWA Assets

Upload icon to public/icon.png then run:

bun run generate-pwa-assets
[beta]v0.14.0