gbdev / gbdev.github.io

gbdev institutional website: showcases projects and hosts some community content
https://gbdev.io
GNU General Public License v3.0
23 stars 12 forks source link
awesome-list documentation gameboy gbdev hub landing-page resources vuejs vuepress

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