Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 484 Bytes

File metadata and controls

18 lines (12 loc) · 484 Bytes

ZATech Wiki

Hello! 👋

This is the home of the ZATech Wiki code, the site can be found at wiki.zatech.co.za.

If you'd like to contribute, or have any questions please review the CONTRIBUTING guidelines, or ask in the #zmeta-wiki channel.

Development

npm install
composer install

# compile assets with Laravel Mix
# options: dev, prod, watch
npm run watch