Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 715 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 715 Bytes

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