All Site (pilot)
cause netlify has been sending emails asking for payment all the time, so I delete netlify account. And then, I deprecated vercel because every commit will be automatically built, I can't set trigger conditions.
SITE | Github Pages | Source | TECH |
---|---|---|---|
main site (now only game) | online, online2 | game | vitepress, vue3 |
life | online, online2 | life | vitepress, vue3 |
- nodejs (version >= 16)
- npm
yarn (yarn is no longer used, all are upgraded to pnpmnpm install -g yarn
)- pnpm (
npm install -g pnpm
)
git clone https://github.com/DrAugus/draugus.github.io.git
cd draugus.github.io
pnpm i
# preview
./run.sh life/
./run.sh game/
# build
./run.sh life/ -b
./run.sh game/ -b
You don't have to think about them. Just give them to the robot.