Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.04 KB

README.MD

File metadata and controls

48 lines (38 loc) · 1.04 KB

GitHub

The official landing page for SPUR - see here.

Quick Setup 🔨

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