Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.13 KB

File metadata and controls

34 lines (22 loc) · 1.13 KB

QTMA website

The official website for Queen's Tech and Media Association (QTMA)!

QTMA is a product development club & tech incubator at Queen's University devoted to helping tech & business students successfully plan, design, build and launch software products which are judged by industry specialists at the end of each school term.

Dev team:

Running locally

This site is built with Next.js and hosted with Vercel

First, install dependencies:

npm ci # Or 'npm i', but this is faster & no package-lock.json re-write

Then run in development mode (recommended for dev work):

next dev

Then open the site at http://localhost:3000

Note: you can also view a preview deployment here (this is for staging, but you can update the git branch in th URL)