This is the source code for the Carta Canta website. It is built using Bulma, a css framework based on Flexbox.
To run the site locally, you will need to have Node.js installed. Then, run the following commands:
npm install
npm run dev
This will start a local server at http://localhost:3000.
The source code is licensed under the MIT License.