This repository contains the source code for the University of Windsor Computer Science Wiki, a collection of resources, guides, and information designed for students in the University of Windsor's Computer Science programs.
- Node.js (>=14)
- PNPM (Installation Guide)
- Git (Installation Guide)
- Download Node.js
- Install PNPM:
npm install --global pnpm
- Install Git
- Download Node.js or use:
brew install node # OR sudo port install nodejs17
- Install PNPM:
npm install --global pnpm
- Install Git via Xcode Command Line Tools:
git --version
sudo apt update && sudo apt install git npm -y
npm install --global pnpm
- Clone the repository:
git clone [email protected]:UWindsorCSS/Wiki.git
- Install dependencies:
pnpm install
- Start the server:
Open:
pnpm start
http://localhost:3000/wiki/
Generate static content:
pnpm build
Serve static content after building:
pnpm serve
Refer to the Article Requirements for more information on how to write articles.
Thank you to all the contributors who made this wiki possible!