The E-Club Polimi website's source code. See it in action at eclubpolimi.it. The website is made with React and Next.js.
Follow the steps below to get the website up and running for development.
- Node.js 16+
Get the latest LTS version for your platform here.
- Clone the repo (can also be done with your preferred git tool)
git clone https://github.com/eclubpolimi/eclubpolimi.it.git
- Install required NPM packages
cd eclubpolimi.it npm ci
From inside the root project folder, you can run the Next development server with
npm run dev
or build the website with
npm run build
and subsequently launch it with
npm run start
We make extensive use of GitHub's Pull Requests. Every contribution to the repository must be made on a separate branch
from the master
branch, and then PRd to it. After a review phase, the PR will be merged.