This is the repository for the website of the Competitive Programming PoliTO Team (CPPoliTO).
This completely new version of the website has been coded using Astro.
You can run the webiste by the following command: npm run dev.
# Install nvm if you don't have it
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
# Install Node.js 18
nvm install 18
# Use Node.js 18
nvm use 18
# Remove the node_modules folder
rm -rf node_modules
# Install the dependencies again
npm install