mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
imporve readme, add more docs
This commit is contained in:
10
website/src/contributing/packaging.md
Normal file
10
website/src/contributing/packaging.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Packaging
|
||||
|
||||
To be able to work on libreevent, you need to have node.js and npm installed on your computer.
|
||||
|
||||
Then, to set up the development environment, run
|
||||
```
|
||||
npm i
|
||||
```
|
||||
|
||||
in the *src/server*, *src/webapp/main* and *src/webapp/setup* directories. This creates the *node_modules* folder in each of those directories. This is also what you need to do, if you want to upload the development version of libreevent.
|
||||
Reference in New Issue
Block a user