Kopie van https://gitlab.com/studieverenigingvia/ict/centurion met een paar aanpassingen
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
centurion/README.md

16 lines
338 B

CENTVRION
=========
## Introduction
The projects consists of two projects, a frontend written in React, and a backend written in javascript. Both communicate with a websocket.
## Setup
Download centurion.m4a and place it in frontend/public/centurion.m4a
Start the backend with `npm run app` and the frontend with `npm run start`.