This repository powers the dominasistemi.it website.
Run the following commands to install the project's dependencies:
$ bundle install
$ yarn
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.
The app is configured with the following linters:
You can run all linters with the following command:
$ yarn lint
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.
This is a private project built and maintained by Domina Sistemi. Unauthorized redistribution is strictly forbidden.