Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 334 Bytes

File metadata and controls

16 lines (11 loc) · 334 Bytes

gbdev website

This is the source repository of the Game Boy development website 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