This is the static website of GameDev McGill, the game development student society of McGill University.
npm install -g gatsby-cli
to install Gatsby.npm install
to install project dependencies.Start the development server:
npm run develop
or gatsby develop
Build the website:
npm run build
Start the production server:
npm run serve
Format styles:
npm run format:js
Lint styles:
npm run lint:js
Lint blog post content:
npm run lint:md
and npm run write-good
This site is deployed using Netlify using our custom domain gamedevmcgill.ca
.
Want to contribute to the GDM website?
Check out our contributing guide.
Have a feature request or bug report?
Submit an issue to our repository and we'll take a look!