- Jigsaw (https://jigsaw.tighten.co)
- Tailwindcss (https://tailwindcss.com)
- Composer installed (https://getcomposer.org/).
- npm installed (https://www.npmjs.com/get-npm).
- Clone repository
git clone https://github.com/javanlabs/website.git <directory
. - Enter the
<directory>
. - Run
composer install
. - Run
npm install
.
- Run
npm run watch
. - Edit files under
source
directory. - Any changes will reload the browser automatically.