Skip to content

Commit

Permalink
remove ids and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sdhoek committed Jun 30, 2021
1 parent 781c58a commit a52773e
Show file tree
Hide file tree
Showing 10 changed files with 178 additions and 10,968 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,9 @@ To develop `nlmaps`, clone the repository and then in the directory run:
`lerna bootstrap` symlinks cross-dependencies between the subpackages into each others' `node_modules` directory so that they can `require()` or `import` each other without having to actually download from npmjs.com

### General development notes
There are some issues when trying to call rollup from npm scripts, so there is a set of scripts in `scripts/` that should be called directly. The usage is as follows (note that rollup needs to installed as global):
Development is most stable in Node version 10.x.

There are some issues when trying to call rollup from npm scripts, so there is a set of scripts in `scripts/` that should be called directly. The usage is as follows (note that rollup needs to installed as global):

* `node scripts/build` to build the source from `packages/PACKAGE/src` into `packages/PACKAGE/build`
* `node scripts/test` to run tests in `packages/PACKAGE/test` -- runs `unit-test.js` with Node and copies/compiles browser test js and html to build.
Expand Down
8 changes: 4 additions & 4 deletions docs/app/assets/images/comments.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions docs/app/assets/images/embedding.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions docs/app/assets/images/logo-kadaster.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a52773e

Please sign in to comment.