Welcome to PolicyWonk, your app for navigating the complex maze of UCOP (University of California Office of the President) and UC Davis policies! π Whether you're a student, faculty, staff, or administrator, understanding and complying with university policies is now easier than ever.
See UC Davis Policy Documents Repository for the full list of policies and procedures available ("ucdavis" github team member access required).
Sources include UCOP Policies
, UC Davis Administrative Policy Manuals
, and UCOP Collective Bargaining Agreements
.
Policy Wonk is a NextJS app. To run the app locally, you will need to have Node.js installed.
First, copy the .env.local
file (in 1pass and notion) to the root directory.
Then, run the following commands:
npm install
AND
npm run dev
or npm start
to start the app.