Skip to content

Commit

Permalink
Add note about dependency installation in frontend getting started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Dec 15, 2023
1 parent 8a5ae0d commit caec263
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docs/Frontend Development/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@ registerWidgets(...);// (5)!
4. Set the version of your frontend. This is used to check if the user data needs to be migrated.
5. Register your widgets in Telestion. This is explained in more detail in the next section.

## Installing Dependencies

To install the dependencies, run the following command:

```bash
pnpm install
```

## Running the Frontend

To run the frontend, run the following command:
Expand Down

0 comments on commit caec263

Please sign in to comment.