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.
Make sure to install the dependencies:
# npm
npm install
Start the development server on http://localhost:3000
:
# npm
npm run dev
Build the application for production:
# npm
npm run build
Locally preview production build:
# npm
npm run preview
Check out the nuxt documentation for more information.
Check out the shadcn vue documentation for more information on how to add components and extend.