This repository hosts the source for the VitePress-based website for the pgagroal project.
Before you begin, ensure you have the following installed:
Follow these steps to get your local development environment set up:
git clone https://github.com/pgagroal/pgagroal.git
cd pgagroal/websiteNavigate to the project directory and install the necessary dependencies:
pnpm installTo start the local development server and begin working on the VitePress site, run:
pnpm devBy default, the dev server runs at http://localhost:5173/.
To generate the production build, run:
pnpm buildTo serve the generated site locally after building it, run:
pnpm previewThis work is licensed according to the terms of the Creative Commons Attribution 4.0 International License