Cytoid is a music game where you can create, share and play your own levels! Powered by community, with many dedicated creators, Cytoid provides a huge variety of musical genres to enjoy and a diverse range of gameplay design.
This is the repository for the Cytoid.io Website. The website was constructed using Vue.js, Nuxt.js.
Make sure you have pnpm globally, then:
# pnpm
pnpm i
Start the development server on http://localhost:3000
:
# pnpm
pnpm run dev
Build the application for production:
# pnpm
pnpm build