This repository is the official marketing website of OfficeLife, a software that manages the entire employee lifecycle.
This site is powered by Jigsaw, a PHP static site generator.
composer install
npm install
To serve the site locally, you have to run
./vendor/bin/jigsaw serve --port=8888
The site will be available at http://localhost:8888.
npm run watch
New content should be added to the navigation.php
file.