This is the official website of CyberCup.IT, a cybersecurity competition for CTF teams in Italy.
This project is built with SvelteKit and uses Tailwind CSS and DaisyUI for styling.
Download the project and install dependencies:
# clone the repository
git clone <repo_url>
cd <repo_name>
pnpm installTo start a development server, run:
pnpm devTo build the project for production, run:
pnpm buildYou can preview the production build with npm run preview.
We deploy to GitHub pages via GitHub Actions.
The deployment is triggered on every push to the main branch via the .github/workflows/ghpages.yml workflow.