gamedevmcgill / gamedevmcgill.ca

👾 Homepage for the Game Development Student Society of McGill University

Home Page:https://www.gamedevmcgill.ca/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GameDev McGill

Netlify Status

This is the static website of GameDev McGill, the game development student society of McGill University.

Setup

  1. Install node and npm.
  2. Run npm install -g gatsby-cli to install Gatsby.
  3. Run npm install to install project dependencies.

Scripts

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

Deployment

This site is deployed using Netlify using our custom domain gamedevmcgill.ca.

Contributing

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!

About

👾 Homepage for the Game Development Student Society of McGill University

https://www.gamedevmcgill.ca/

License:MIT License


Languages

Language:JavaScript 94.1%Language:CSS 5.9%