@twin.org/node 0.0.3-next.33 → 0.0.3-next.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/locales/en.json +32 -12
- package/docs/changelog.md +211 -197
- package/docs/deployment-ec2.md +1 -1
- package/docs/open-api/spec.json +690 -643
- package/docs/usage.md +6 -0
- package/package.json +2 -2
package/docs/deployment-ec2.md
CHANGED
|
@@ -94,7 +94,7 @@ Run `sudo systemctl enable nginx` to auto start the server on instance startup.
|
|
|
94
94
|
We clone the repo, build it and then make a copy of the relevant .env file.
|
|
95
95
|
|
|
96
96
|
```shell
|
|
97
|
-
git clone https://github.com/
|
|
97
|
+
git clone https://github.com/iotaledger/twin-node.git
|
|
98
98
|
cd apps
|
|
99
99
|
npm install
|
|
100
100
|
npm run dist
|