Skip to content

zatech/wiki

Repository files navigation

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