Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
/ paxyhub Public archive

The official website for paxy package manager.

Notifications You must be signed in to change notification settings

Pax-Hub/paxyhub

Repository files navigation

paxyhub

This is the official website for Paxy - A Package manager that gets out of your way.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint