/next-io

The next version of Cytoid.io (migrated back to Cytoid/cytoid.io, here is an archive)

Primary LanguageVueGNU Affero General Public License v3.0AGPL-3.0

Note

The repository has been migrated back to Cytoid/cytoid.io, here is an archive

Cytoid

Crowdin

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.

Setup

Make sure you have pnpm globally, then:

# pnpm
pnpm i

Development Server

Start the development server on http://localhost:3000:

# pnpm
pnpm run dev

Production

Build the application for production:

# pnpm
pnpm build