Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 931 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 931 Bytes

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.