We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d33f3 commit 3d943afCopy full SHA for 3d943af
1 file changed
README.md
@@ -1,5 +1,26 @@
1
# LASSO project website
2
3
+## LASSO Website (https://softwareobservatorium.github.io/web/)
4
+
5
+```bash
6
+cd lasso/
7
8
+# EXPORT your local node distribution
9
+# e.g.
10
+export PATH=~/Downloads/node-v22.14.0-linux-x64/bin/:$PATH
11
12
+# serve
13
+npm run serve
14
15
+# build
16
+npm run build
17
18
+# deploy
19
+cd ..
20
+cp -r lasso/build/ web
21
22
+# git add, commit, push ...
23
+```
24
25
## Jupyter Lite
26
0 commit comments