Skip to content

the 'game boy development community' institutional website: showcases projects and hosts some community content

License

Notifications You must be signed in to change notification settings

gbdev/gbdev.github.io

Repository files navigation

gbdev website

This is the source repository of main website of the Game Boy development iniative, hosted at gbdev.io. Powered by Vuepress 2.x

You need Node (> 14.x) and yarn.

# Install dependencies
yarn

# Start a local hot-reloading development server at http://localhost:8080
yarn dev

# Build website
yarn build