Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 416 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 416 Bytes

Introduction

Platform for creating and managing esport tournaments based on microservices with Docker. Built with .NET Core and Angular.

Getting Started

Prerequisites

  • Docker
  • npm / yarn

Installation

Backend with Docker

  1. cd src/backend/playprism
  2. docker-compose up -d

Frontend

  1. cd src/playprism-frontend
  2. npm install or yarn install
  3. npm start or yarn start