This is the source for the deti-maker-lab.github.io website.
You can access the site at the following URL:
- Production (current branch): https://deti-maker-lab.github.io/
In order to make the preview available on http://127.0.0.1:3000, use the following commands:
npm install
npm start
