Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
docs: added local install notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tycrek committed Dec 4, 2023
1 parent e23133b commit 4727913
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion docs/install/local.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Local install

Local installation with Node.js
The local method uses the [Node.js](https://nodejs.org/en) installation found on your system.

## Requirements

- **Node 20** or later
- [pnpm](https://pnpm.io/installation)

## Install

```bash
git clone -b dev/0.15.0 https://github.com/tycrek/ass.git && cd ass/
pnpm i
# or: npm i -D
pnpm run dev

# After ass has been compiled, you can instead use:
pnpm run start
```

0 comments on commit 4727913

Please sign in to comment.