Update documentation and streamline language

This commit is contained in:
2023-06-13 15:14:19 +02:00
parent 3766121aef
commit addeeea395
4 changed files with 78 additions and 77 deletions

View File

@@ -12,18 +12,15 @@ Builds on:
## Get started
[Yarn](https://yarnpkg.com/) is recommended for package management.
Due to an issue with Yarn v2 you have to stick to Yarn v1.
Install the dependencies...
```bash
yarn install
npm install
```
...then build using [Rollup](https://rollupjs.org):
```bash
yarn build
npm run build
```