This repository powers the dominasistemi.it website.
Run the following commands to install the project's dependencies:
$ bundle install
$ yarnTo start a development Web server, run the following command:
$ yarn serveYour site can now be reached at http://localhost:4567! Any changes to pages or assets will cause the site to be rebuilt.
The app is configured with the following linters:
You can run all linters with the following command:
$ yarn lintThe site is deployed automatically via Netlify.
If needed, you can generate a build manually with the following command:
$ yarn buildThis will build the site in the build directory.
This is a private project built and maintained by Domina Sistemi. Unauthorized redistribution is strictly forbidden.