Portfolio site of Circuit Lab.
Requires Ruby (3.1.5 is recommended) and Netlify CLI.
Clone repository and solve dependencies.
$ git clone [email protected]:uniba/circuitlab-team.git
$ cd circuitlab-team
$ gem install bundler
Set API Key for Google Maps as an environment variable.
GOOGLE_MAPS_API_KEY
Launch a local server with watching sass code changes.
$ netlify dev
Or just compile without local server.
$ netlify build
Push codes to main branch to simply deploy to Netlify.
Or deploy manually with Netlify CLI.
$ netlify deploy