# gbdev website This is the source repository of the Game Boy development website hosted at [gbdev.io](https://gbdev.io), powered by Vuepress 2.x You need Node (> 14.x) and yarn. ```bash # Install dependencies yarn # Start a local hot-reloading development server at http://localhost:8080 yarn dev # Build website yarn build ```