Skip to content

dominasistemi/dominasistemi.it

Repository files navigation

dominasistemi.it

This repository powers the dominasistemi.it website.

Installation

Run the following commands to install the project's dependencies:

$ bundle install
$ yarn

Development

To start a development Web server, run the following command:

$ yarn serve

Your site can now be reached at http://localhost:4567! Any changes to pages or assets will cause the site to be rebuilt.

Linters

The app is configured with the following linters:

You can run all linters with the following command:

$ yarn lint

Deployment

The site is deployed automatically via Netlify.

If needed, you can generate a build manually with the following command:

$ yarn build

This will build the site in the build directory.

License

This is a private project built and maintained by Domina Sistemi. Unauthorized redistribution is strictly forbidden.