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.
Florens Douwes
e8453967a8
|
5 years ago | |
---|---|---|
backend | 5 years ago | |
frontend | 5 years ago | |
.gitignore | 5 years ago | |
.gitlab-ci.yml | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
docker-compose.yml | 5 years ago |
README.md
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
.