Skip to content

Commit

Permalink
docs: add wip readme for amo
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Jul 9, 2023
1 parent bd01c1d commit 1043c6e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions AMO-README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# README for AMO

## Prequisites

- Node
- npm

## Installation

```shell
npm ci --ignore-scripts
```

This uses the `package-lock.json` file for installation to avoid package changes and have reproducible builds.

## Building

```shell
npm run build && npm run bundle
```

This transpiles and minifies the TypeScript, copies static resources and bundles the output to the `out` directory of the project.

0 comments on commit 1043c6e

Please sign in to comment.