Skip to content

gbdev/gbdev.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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