Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 352 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 352 Bytes

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