This repository contains the source code for the official website of the Protezione Civile di Settimo Milanese: protezionecivile-settimomilanese.it.
The site is built with Nuxt.js (Vue.js framework) and uses Vuetify.js for UI components and styling.
- Responsive design for desktop and mobile
- Volunteer and vehicle information
- Operations and alerts management
- Multilingual support (Italian, English)
- Modern UI with Vuetify
$ git clone https://github.com/andreacw5/procivsm-site.git
$ cd procivsm-site$ yarn$ yarn devThe site will be available at http://localhost:3000 by default.
After a pull request, Travis CI publishes the compiled static pages to GitHub Pages.
To build for production locally:
$ yarn build
$ yarn startContributions are welcome! Please open issues or submit pull requests for improvements or bug fixes.
See LICENSE.md for details.
For questions or support, contact the project maintainers via [email protected].