www_veda2/README.md

20 lines
394 B
Markdown
Raw Permalink Normal View History

2024-10-06 12:00:59 +00:00
# www_veda2
2024-10-07 01:21:48 +00:00
```bash
2024-10-07 01:25:29 +00:00
hero git pull -u https://git.ourworld.tf/veda/www_veda2
2024-10-07 01:21:48 +00:00
cd ~/code/git.ourworld.tf/veda/www_veda2
./start.vsh
```
2024-10-07 01:25:29 +00:00
## 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
```