Skip to content

Commit 3d943af

Browse files
committed
updated readme
1 parent 99d33f3 commit 3d943af

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# LASSO project website
22

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+
```
324

425
## Jupyter Lite
526

0 commit comments

Comments
 (0)