Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 763 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 763 Bytes

Italian Olympiads in Informatics Training Website

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.

Installation

Clone the repository and run yarn install to install the dependencies.

Development

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:

  1. Run yarn translate to extract the new messages.
  2. Update src/locales/en/messages.po with the new translation.

Deployment

Ask Filippo Casarin.