Slay-CTF-2.0 is a modern Capture The Flag (CTF) platform built with Next.js and Tailwind CSS. It offers a sleek and responsive interface for hosting cybersecurity challenges, making it ideal for CTF competitions, educational purposes, or personal practice.
Experience the platform live at: slay-ctf
- Modern Stack: Utilizes Next.js for server-side rendering and Tailwind CSS for rapid UI development.
- Responsive Design: Ensures optimal viewing across various devices.
- Modular Architecture: Clean codebase with organized components for easy scalability.
- Developer Friendly: Pre-configured with ESLint, Prettier, and TypeScript for a seamless development experience.
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Souhardya03/Slay-CTF-2.0.git cd Slay-CTF-2.0 -
Install Dependencies:
npm install
-
Run the development server:
npm run dev
-
Access the application: Open http://localhost:3000 in your browser to view the platform.