This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-fury-site.git
The following commit(s) were added to refs/heads/main by this push:
new 2aaadfc 🔄 synced local 'docs/guide/' with remote 'docs/guide/'
2aaadfc is described below
commit 2aaadfc78ae0144e6930adf892371c6a87213f99
Author: chaokunyang <[email protected]>
AuthorDate: Tue Jan 30 03:29:05 2024 +0000
🔄 synced local 'docs/guide/' with remote 'docs/guide/'
---
docs/guide/DEVELOPMENT.md | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/docs/guide/DEVELOPMENT.md b/docs/guide/DEVELOPMENT.md
index bdc5d59..5d71166 100644
--- a/docs/guide/DEVELOPMENT.md
+++ b/docs/guide/DEVELOPMENT.md
@@ -82,3 +82,21 @@ cargo test
```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
+
+### Build Fury JavaScript
+
+```bash
+cd javascript
+npm install
+
+# run build
+npm run build
+# run test
+npm run test
+```
+
+#### Environment Requirements
+
+- node 14+
+- npm 8+
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]