You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,8 @@ application.
46
46
47
47
## Development
48
48
49
+
### Local
50
+
49
51
To build project, you need [NodeJS](https://nodejs.org) platform to be installed. Then, clone source
50
52
code and run <code>npm install</code> from the root of the project. This will install all necessary
51
53
modules from NPM for the project.
@@ -61,6 +63,19 @@ One can import/export the built source to the local Cache/URIS instance (see `im
61
63
62
64
This will bring `ClassExplorer-v*.*.*.xml` to the `build` directory, which you can then package with `npm run zip`.
63
65
66
+
### Using docker
67
+
68
+
:warning: The following is a rather naive way of building the web app for ZPM packaging using an [nvm docker script](https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-in-docker), starting the image as a daemon, and then manually copying the files back out.
0 commit comments