This website is built using a static web page generator. It is generated offline and sent as static files to a fast web page.
- Static Site Generator: Jigsaw (PHP, Laravel)
- Hosting: Netlify
- Git: Github
- CSS Framework: Tailwind CSS (Utility-First)
- Media Player: Plyr (JavaScript)
To run the site locally, you need the following tools:
NodeandNPMComposerBrowserSync
git clone gitlab.com/...
cd codedesign
composer install
npm install
gulp watch
# new terminal tab
cd build_local
browser-sync start -s -f . --no-notify --httpsMost probably your browser will protest and say that the site is insecure. You can savely ignore this and proceed.