This application is live at https://vetpkg.dev
Note: You can skip
ASDFsetup if you already have the required version ofnodejsinstalled on your system. Look at.tool-versionsfile to see the required version and other required tools.
- ASDF
- Install the required version of
nodejsusingasdf:```shell asdf install
- Configure
bufschema registry
pnpm config set @buf:registry https://buf.build/gen/npm/v1/- Install
npmdependencies:
pnpm install- Start the development server:
pnpm dev- Navigate to
http://localhost:3000in your browser.
- Run the test suite:
pnpm test