This repository was archived by the owner on Feb 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1- <img src =" https://raw.githubusercontent.com/redpwn/rCTF /master/docs/content/assets/rctf-logotype-dark-1024.png " width =" 350px " >
1+ <img src =" https://raw.githubusercontent.com/redpwn/rctf /master/docs/content/assets/rctf-logotype-dark-1024.png " width =" 350px " >
22
3- [ ![ Build Status] ( https://github.com/redpwn/rCTF /workflows/CI/badge.svg?branch=master )] ( https://github.com/redpwn/rCTF /actions?query=workflow%3ACI+branch%3Amaster )
3+ [ ![ Build Status] ( https://github.com/redpwn/rctf /workflows/CI/badge.svg?branch=master )] ( https://github.com/redpwn/rctf /actions?query=workflow%3ACI+branch%3Amaster )
44[ ![ Code Coverage] ( https://img.shields.io/codecov/c/github/redpwn/rctf.svg )] ( https://codecov.io/github/redpwn/rctf/ )
55
66rCTF is redpwnCTF's CTF platform. It is developed and maintained by the [ redpwn] ( https://redpwn.net ) CTF team.
@@ -9,6 +9,8 @@ rCTF is redpwnCTF's CTF platform. It is developed and maintained by the [redpwn]
99
1010To get started with rCTF, visit the docs at [ rctf.redpwn.net] ( https://rctf.redpwn.net/installation/ )
1111
12+ If you need help with rCTF, join the [ the redpwnCTF Discord server] ( https://discord.gg/NkDNEE2 ) and ask questions in the ` #rctf-help ` channel.
13+
1214## Deploying Challenges with rCTF
1315
1416rCTF itself does not handle challenge deployments.
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ const Timer = withStyles({
3333 } ,
3434 over : {
3535 margin : '20px 40px' ,
36- fontSize : '20px'
36+ fontSize : '20px' ,
37+ textAlign : 'center'
3738 }
3839} , ( { classes } ) => {
3940 const [ time , setTime ] = useState ( Date . now ( ) )
Original file line number Diff line number Diff line change 11<img src =" assets/rctf-logotype-light-1024.png " width =" 350px " >
22
3- rCTF is redpwnCTF's CTF platform. It is developed and maintained by the
4- [ redpwn] ( https://redpwn.net ) CTF team.
3+ rCTF is redpwnCTF's CTF platform. It is developed and maintained by the [ redpwn] ( https://redpwn.net ) CTF team.
54
65To install rCTF, see [ the installation doc] ( installation.md ) .
6+
7+ If you need help with rCTF, join the [ the redpwnCTF Discord server] ( https://discord.gg/NkDNEE2 ) and ask questions in the ` #rctf-help ` channel.
You can’t perform that action at this time.
0 commit comments