20 lines
394 B
Markdown
20 lines
394 B
Markdown
# www_veda2
|
|
|
|
```bash
|
|
hero git pull -u https://git.ourworld.tf/veda/www_veda2
|
|
cd ~/code/git.ourworld.tf/veda/www_veda2
|
|
./start.vsh
|
|
```
|
|
|
|
## to develop
|
|
|
|
change the templates
|
|
|
|
## to install
|
|
|
|
```bash
|
|
curl https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/installer.sh > /tmp/install.sh
|
|
bash /tmp/install.sh
|
|
hero git pull -u https://git.ourworld.tf/veda/www_veda2
|
|
```
|