Skip to content

codeforpakistan/watchtower-web

Repository files navigation

Watchtower

Watchtower Logo

Watchtower is dedicated to ensuring the performance, accessibility, and transparency of government websites. Utilizing tools like Google’s Page Speed Insights API, we continuously monitor and analyze key metrics across various government portals. Our goal is to provide comprehensive reports that highlight improvements and identify areas for enhancement. Through vigilant oversight, Watchtower promotes better digital governance and fosters public trust in governmental online services.

Setup

Make sure to install the dependencies:

# npm
npm install

Development Server

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

# npm
npm run dev

Production

Build the application for production:

# npm
npm run build

Locally preview production build:

# npm
npm run preview

Working on it

Check out the nuxt documentation for more information.

Check out the shadcn vue documentation for more information on how to add components and extend.