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:
- Kevin Yu: Initial design & implementation
- Reid Moffat: 2023 rework lead
- Yves Alikalfic: 2023 rework developer
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)