This repository contains the source code for the new training website of the Italian Olympiads in Informatics.
The website is based on NextJS, TailwindCSS and DaisyUI.
Clone the repository and run yarn install
to install the dependencies.
Run yarn dev
to start the development server.
Before committing, make sure to run yarn lint
to check for linting errors.
If you've added or changed text, you also need to update the translations:
- Run
yarn translate
to extract the new messages. - Update
src/locales/en/messages.po
with the new translation.
Ask Filippo Casarin.