Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronzi authored Sep 2, 2024
1 parent 501b7ab commit 804b5f5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,24 @@ A Demo-Plugin can be found here:

[HelloWorldPlugin.vue](./aas-web-ui/src/UserPlugins/HelloWorldPlugin.vue)

### Prerequisites for developing on you own machine

After you cloned the project to your local machine, it is recommendet to install `ESLint` globally:

```
npm install --global eslint
```

and the `ESLint` and `Prettier ESLint` extensions in VS Code.

Before starting a dev server, run the

```
yarn
```

command inside the `aas-web-ui` directory. For more details for your specific OS, follow the instructions in the next subsections.

### How to develop on MacOS:

1. Install Node and NPM ([Node installation Tutorial for Mac](https://treehouse.github.io/installation-guides/mac/node-mac.html))
Expand Down

0 comments on commit 804b5f5

Please sign in to comment.