Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 493 Bytes

LEARN.md

File metadata and controls

40 lines (25 loc) · 493 Bytes

Learn

Learn how to contribute to Aploe.

Prerequisites

Ensure that Git, Node and NPM/PNPM are installed on your machine.

Installation

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