This is the static website for McGameJam, the video game hackathon ran by GameDev McGill.
- Install node and npm.
- Run
npm install -g gatsby-cli
to install Gatsby. - Run
npm install
to install project dependencies.
- open cmd in the top folder.
- Run
npm i -g serve
to set up the server. - Run
serve
to display on http://localhost:3000/. - The server automatically updates.
- Press ctrl-C to cancel the server.
- 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).