Website New screenshot

Website New

Updated: 23 Oct 2025
6 Stars

SvelteKit source files of the PoliTo Rocket Team website

Categories

Overview

The PoliTo Rocket Team (PRT) website is built using the SvelteKit framework with the adapter-static. It incorporates features such as a code formatter, production build, and an external text server.

Features

  • Code Formatter: PRT uses the Prettier extension to format code for improved readability among developers.
  • Production Build: The website can be built into a production version using the provided steps.
  • External Text Server: A future feature, allowing admins with custom permissions to edit specific texts on the website.

Installation

To set up the Prettier code formatter extension:

  1. Download the Prettier - Code formatter extension.
  2. Go to the formatting settings in Visual Studio Code.
  3. Enable “Format on Paste” (optional).
  4. Enable “Format on Save” (obligatory).
  5. Enable “Format on Type” (optional).
  6. Choose the Prettier - Code formatter extension as the default code formatter.

To create a production version of the app:

  1. Use the appropriate command to trigger a production build.
  2. Preview the production build using pnpm preview.

Summary

The PRT website is built using the SvelteKit framework and includes features such as a code formatter and production build. It also discusses a future feature of an external text server that would allow admins to edit specific texts on the website.