Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 673 Bytes

readme.md

File metadata and controls

23 lines (15 loc) · 673 Bytes

Cagilo Website

This is the repository for website at cagilo.github.io.

Note. This repository contains the main website/documentation code. If you're looking for a UI package, visit the cagilo/cagilo principal repository.

Contributing

If you spot any errors, typos or missing information, please submit a pull request.

Local Development

If you want to work on this project on your local machine, you may follow the instructions below.

# build static files with Jigsaw
./vendor/bin/jigsaw build

# compile assets with Laravel Mix
# options: dev, staging, production
npm run dev