A simple front end for MobTime; a collaborative mobbing timer for desktop and mobile.
Lightweight front end for MobTime. Built using Hyperapp & Vite
There are two main pages: the homepage and the timer page
Vite is used to run a development server locally.
- clone this repo →
git clone https://github.com/mobtimeapp/mobtime-web.git
- Install dependencies →
npm i
- Build CSS →
npm run tailwind
- Run Vite dev server →
npm start
The app is now served at http://localhost:5173
by default.
Visit http://localhost:5173/timer/
for the timer page.
Vite is used to build a bundle suitable to be served in production.
- clone this repo →
git clone https://github.com/mobtimeapp/mobtime-web.git
- Install dependencies →
npm i
- Build CSS →
npm run tailwind
- Run build command →
npm run build
A bundle is produced and stored in the dist/
directory.