Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
franknitschke authored Jul 22, 2023
1 parent 41b329a commit 5c7542c
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Referee software for powerlifting competitions

## ‼️Before use

**The software is developed for use in a secure private network only (for security reasons). It is not recommended to use it on a public server!
Please change all default passwords and tokens immediately after installation.**

# Installation

1. Install Node.js >= 18.xx
2. Clone git repo
3. `cd yourFolder/server`
4. `npm i`

# Installation on RaspberryPi

🚧 Coming soon

## Start

1. `cd yourFolder/server`
2. `npm start`

## Default credentials

For /settings

User: admin
Pass: admin

‼️**Please change the passwords and referee tokens**‼️

0 comments on commit 5c7542c

Please sign in to comment.