Skip to content

CPPoliTO/cppolito

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPPoliTO

This is the repository for the website of the Competitive Programming PoliTO Team (CPPoliTO).

Netlify Status

How is this website written?

This completely new version of the website has been coded using Astro.

Run website locally

You can run the webiste by the following command: npm run dev.

You should have nvm 18. To change npm versionm, follow these steps:

# 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

About

Website of the Politecnico di Torino student team "CPPoliTO - Competitive Programming PoliTO"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors