/gbdev.github.io

gbdev website. Showcases our projects and hosts some community content

Primary LanguageAssemblyGNU General Public License v3.0GPL-3.0

gbdev website

Game Boy development website hosted at gbdev.io, powered by Vuepress 2.x

# Install dependencies
npm install

# Start a local hot-reloading development server at http://localhost:8080
npm run dev

# Build website
npm run build