Skip to content

officelifehq/officelife.io

Repository files navigation

Marketing website for OfficeLife

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.

Local installation

composer install
npm install

Serve the site locally

Case A: if you need to run it once

To serve the site locally, you have to run

./vendor/bin/jigsaw serve --port=8888

The site will be available at http://localhost:8888.

Case B: if you need to refresh it on every code change

npm run watch

Adding content

New content should be added to the navigation.php file.

Releases

No releases published

Packages

No packages published

Languages