Skip to content

Commit

Permalink
Update lint/build/run instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
qsantos committed Sep 27, 2024
1 parent 2601acd commit 4d50b1f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ This is the JavaScript library that powers [LCWO](https://lcwo.net/).
# Lint

```
$ npx eslint src/lib.js
$ npx tsc
$ npm run lint
```

# Build

```
$ :
```

# Run

```
$ x-www-browser src/index.html
```

0 comments on commit 4d50b1f

Please sign in to comment.