Skip to content

Dmitry221060/Unity-Rhythm-Game-Backend

Repository files navigation

Unity-Rhythm-Game-Backend

Table of contents

About

This project is the server part for Unity-Rhythm-Game.

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

Installation

  1. Clone this repository with git clone https://github.com/Dmitry221060/Unity-Rhythm-Game-Backend.git.
  2. Move into cloned repository and run npm install.
  3. Build project via npm run build.
  4. Configure project by creating .env file based on the .env.example.
  5. Run server with npm run start.