Skip to content

Commit

Permalink
cleanup: update git repo in LEARN
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Dec 26, 2024
1 parent 427888f commit a64c4c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LEARN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Ensure that Node and NPM/PNPM are installed on your machine.
Clone the repository using the following command:

```bash
git clone https://github.com/GabsEdits/aplos.git
git clone https://github.com/aplosdev/aplos.git
```

Make sure to have PNPM (or NPM) installed, then install dependencies:
Expand All @@ -23,13 +23,13 @@ pnpm install
To run a development server, use:

```bash
pnpm run pages:dev
pnpm run docs:dev
```

To build the project run:

```bash
pnpm run pages:build
pnpm run docs:build
```

## Configuration & Usage
Expand Down

0 comments on commit a64c4c1

Please sign in to comment.