Skip to content

Latest commit

History

History
50 lines (27 loc) 路 1.27 KB

README.md

File metadata and controls

50 lines (27 loc) 路 1.27 KB

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!