Skip to content

prociv-sm/website

Repository files navigation

Protezione civile di Settimo Milanese

Maintainability Known Vulnerabilities

This repo houses the website, available at https://protezionecivile-settimomilanese.it.

Prerequisites

You need to install:

  • Node.js
  • Yarn

This website use Vuetify.js for template and Nuxt.js as framework (Based on Vue.js)

Production Build

After a pull request, Travis publish on gitHub pages the compiled static pages.

Project Setup

Step 1: Clone project

$ git clone https://github.com/andreacw5/procivsm-site.git
$ cd procivsm-site

Step 2: Run in a local dev environment

Go back to the project root:

$ cd <path>/<to>/<project root>

Install dep and run with dev env options:

$ yarn
$ yarn run dev