Skip to content

project-sekai-ctf/sekai.team

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sekai.team

Website of Project SEKAI, a CTF team.

Banner with logo

Based on timlrx/tailwind-nextjs-starter-blog.

Installation

npm i

# Alternatively, you can use Docker
docker build -t sekai:latest . && \
  docker run -it -d --name=sekai -p80:3000 --restart=unless-stopped sekai:latest

If you are using Windows, you may need to run:

set PWD="$(pwd)"

Contributing

Please read CONTRIBUTING.md for our editorial guidelines and writeup etiquette.