ezQuake.com is built using VitePress.
from ezQuake source repo
# clone repo
git clone git@github.com:QW-Group/ezquake.com.git
cd ezquake.com
# install dependencies
yarn install
# start dev server
yarn dev
dev server is hosted at http://localhost:5173
Command | Description |
---|---|
yarn dev |
Start development server at http://localhost:5173 |
yarn build |
Build site to /dist |
yarn serve |
Serve /dist at http://localhost:4173 |