Website of Project SEKAI, a CTF team.
Based on timlrx/tailwind-nextjs-starter-blog.
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)"
Please read CONTRIBUTING.md for our editorial guidelines and writeup etiquette.