Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 606 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 606 Bytes

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.