gbdev.github.io icon indicating copy to clipboard operation
gbdev.github.io copied to clipboard

gbdev website. Showcases our projects and hosts some community content

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