Public information website for Gamefest, π made with Gatsby.js + React for static rendering and structured content management.
To set up the gamefest.gg website locally, you'll need to have Node.js installed. Once installed, run the following commands to download dependencies:
npm install -g yarn
yarn installThen, run the following command to start the development server (with hot reloading enabled):
yarn developGamefest.gg uses eslint and prettier to enforce JavaScript code style across the repository. To run the linter locally, run:
yarn run lint