Hi there!
Welcome to the 1410 scouting server! This is where we collect data in our matches for FRC team 1410, the Kraken using the Nextjs framework
This image is also hosted on DockerHub and at our team website at frc1410.org/scouting
Feel free to modify to your heart's content!
- Install docker
- Run docker pull rowane/1410-scouting-container
- Run docker buildx imagetools inspect rowane/1410-scouting-container:latest
- Get name of platform desired
- Run docker run -dp [Your Port Here]:3000 [Paste Name Here] (-d flag not necessary on servers)
- Navigate to localhost:[Your Port Here]
- Install git
- Install Nodejs
- Run git clone https://github.com/RowanEklund/1410Scouting.git
- Navigate to the project directory
- Run npm run build
- Run npm run start
- Navigate to localhost:3000
- Install git
- Run git clone https://github.com/RowanEklund/1410Scouting.git
- Modify away! (Team number and scout name data is found in /public/config.json)