docs: added local install notes

pull/249/head
Sylvie 6 months ago
parent e23133b170
commit 4727913b31
No known key found for this signature in database
GPG Key ID: 75AB0FE5B983A3AF

@ -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
```

Loading…
Cancel
Save