Skip to content

safedep/vetpkg.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

vetpkg.dev 🚀

This application is live at https://vetpkg.dev

Development

Prerequisites

Note: You can skip ASDF setup if you already have the required version of nodejs installed on your system. Look at .tool-versions file to see the required version and other required tools.

  • ASDF
  • Install the required version of nodejs using asdf:```shell asdf install

Setup

  • Configure buf schema registry
pnpm config set @buf:registry https://buf.build/gen/npm/v1/
  • Install npm dependencies:
pnpm install

Running the development server

  • Start the development server:
pnpm dev
  • Navigate to http://localhost:3000 in your browser.

Testing

  • Run the test suite:
pnpm test

References

Releases

No releases published

Packages

No packages published

Languages