-
Notifications
You must be signed in to change notification settings - Fork 1
Home
cynber edited this page Aug 22, 2024
·
3 revisions
The website was created with VitePress, and the Android app was built by adding Capacitor to the project. The website is hosted on GitHub Pages, and the Android app will be available as release APKs on this repository.
- Clone the repository from GitHub: https://github.com/community-ubc/wiki
- Install the dependencies with
npm install
- Run the development server with
npm run docs:dev
- Open the link provided in your browser to see the site, or press
o
in the terminal to open it automatically.
Once the site is running:
- Press
h
for other options, such as reloading the page withr
after making changes. - See the official documentation to learn more about how to use VitePress.