Learn how to contribute to Aploe.
Ensure that Git, Node and NPM/PNPM are installed on your machine.
Clone the repository using the following command:
git clone https://github.com/GabsEdits/aploe.git
Install dependencies:
pnpm install
or using DSR:
pnpm dlx jsr add @gabs/cases
To run a development server, use:
pnpm run pages:dev
To build the project run:
pnpm run pages:build