Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 667 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 667 Bytes

Cytoid.io APIs

Build Status

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 API endpoints. The API Services was constructed using TypeScript and routing-controllers

Build Setup

# install dependencies
$ yarn install

# serve ts-node
$ yarn serve

# build for production and launch server
$ yarn build
$ yarn start