Add instructions for getting npm packages to build instructions.
This commit is contained in:
parent
137d900c71
commit
ae61d35e7e
@ -181,6 +181,12 @@ The quickest option there is to run `curl https://sh.rustup.rs -sSf | sh`.
|
|||||||
|
|
||||||
`cargo install --locked trunk`
|
`cargo install --locked trunk`
|
||||||
|
|
||||||
|
### Install nodejs / npm
|
||||||
|
|
||||||
|
Follow the instructions [here](https://nodejs.org/en/download/package-manager/) or get it from your package manager.
|
||||||
|
|
||||||
|
It is only used to get packages from npm, so you don't need the latest and greatest.
|
||||||
|
|
||||||
### Build worldwideportal-server
|
### Build worldwideportal-server
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -193,6 +199,7 @@ popd
|
|||||||
|
|
||||||
```
|
```
|
||||||
pushd worldwideportal
|
pushd worldwideportal
|
||||||
|
npm install
|
||||||
trunk build --release
|
trunk build --release
|
||||||
popd
|
popd
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user