Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

01 Student Tester

A simple tool that helps testing quests/exams/...

How to Run

this will take a while to download it if its the first time so wait until you see listening on http://localhost:3000

docker run --name tester -p 3000:3000 ghcr.io/extbh/01studenttester:latest

and to stop it

docker stop tester

then you can start it anytime with

docker start tester

What to do when a new update happens?

  1. Stop and delete container and image
docker stop tester
docker rm tester
docker rmi ghcr.io/extbh/01studenttester:latest
  1. Run again
docker run --name tester -p 3000:3000 ghcr.io/extbh/01studenttester:latest

About

A simple local tester for https://learn.reboot01.com 01 school

Resources

Stars

14 stars

Watchers

1 watching

Forks

Packages

Used by

Contributors