Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 669 Bytes

File metadata and controls

15 lines (9 loc) · 669 Bytes

How to Contribute

Contributions and improvements to the docs are always more than welcomed! You can contribute to kickflip-src repository.

Preparing Local Environment

To use Kickflip CLI you will need PHP 8.0 and composer. Once the repo is pulled you must run composer install.

$ cd ~/GitProjects/kickflip-monorepo/packages/kickflip-docs
$ ../kickflip-cli/bin/kickflip build 

Note: Adjust the directory for where you cloned the repo.

While Kickflip is meant to generate static HTML file sites, using Laravel Valet can help provide a basic webserver for viewing.