Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 854 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 854 Bytes

This is the static website for McGameJam, the video game hackathon ran by GameDev McGill.

Set Up

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

Start development server

  1. open cmd in the top folder.
  2. Run npm i -g serve to set up the server.
  3. Run serve to display on http://localhost:3000/.
  4. The server automatically updates.
  5. Press ctrl-C to cancel the server.

Useful files

  • index.html for text, links, pictures, effects, etc. The paragraph ids are used to map translations.
  • english.json, french.json for updating the translations each year.
  • stylesheet.css for colors and further effects (see drippy or snowflake effect commits for examples).