Skip to content

Commit

Permalink
DOCS - Add steps for building the application
Browse files Browse the repository at this point in the history
  • Loading branch information
Juansecu committed Feb 25, 2024
1 parent 82d906d commit 2c4f78a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,25 @@ due to the expected format of the payload from Discord.

- `gollum`

## Building

Whenever you want to apply changes to the application,
you must build the application in order to apply the changes.

In order to build the application, you must install the dependencies
using the following command:

```sh
$ pnpm install
```

After installing the dependencies, you can build the application
using the following command:

```sh
$ pnpm build
```

## Running

### Using Docker (Recommended)
Expand Down

0 comments on commit 2c4f78a

Please sign in to comment.