This commit is contained in:
teasiu
2023-10-05 17:23:58 +08:00
parent 1607dbc53e
commit 4cb579f6e7
4 changed files with 1277 additions and 775 deletions

View File

@@ -1,2 +1,14 @@
# Histb Doc
```bash
bash node-16-devsource.sh
apt-get install -y nodejs git
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | tee /etc/apt/sources.list.d/yarn.list
apt-get update && apt-get install -y yarn
npm install
npm run build
npm run serve
```