Skip to content

Commit

Permalink
fix: dev preview
Browse files Browse the repository at this point in the history
  • Loading branch information
connoratrug authored Jan 31, 2025
1 parent 9d81822 commit cf65434
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions apps/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Developer notes

- we use yarn workspaces
- copy 'helloworld' to create a new app
- at first run 'yarn' in 'apps', this will download all dependencies
- then you can simply run 'yarn dev' inside your app folder, e.g. cd to 'helloworld' and run 'yarn dev'
- We use yarn workspaces
- Copy 'helloworld' to create a new app
- At first run 'yarn' in 'apps', this will download all dependencies
- Then you can simply run 'yarn dev' inside your app folder, e.g. cd to 'helloworld' and run 'yarn dev'

we also have component library in molgenis-components, which can be linked into your app
We also have component library in molgenis-components, which can be linked into your app

- when making changes to molgenis-components you have to run 'yarn build' to get your changes available in your app also
- When making changes to molgenis-components you have to run 'yarn build' to get your changes available in your app also

we use nx to build the workspace. If you don't want to use gradle:
We use nx to build the workspace. If you don't want to use gradle:

install dependencies first (or when you change package.json files)
Install dependencies first (or when you change package.json files)

```
yarn install
Expand Down

0 comments on commit cf65434

Please sign in to comment.