Install Node.js
https://nodejs.org/en/download/
Install pnpm using npm
$ npm install -g pnpm
Clone the repo
$ git clone https://github.com/KonferCA/Konfer.ca.git
From your terminal, navigate to the root path of clone
$ cd path/to/your/clone
Install dependencies
$ pnpm i
Run local server
$ pnpm dev