mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2024-11-14 04:00:49 +00:00
775 B
775 B
biobulkbende.org
Our public website made by members!
Hacking
- Make sure you have installed git, node.js and npm
- Clone this repo:
git clone https://github.com/biobulkbende/biobulkbende.org
- From within the folder install all packages:
npm install
- Run gulp for automation:
gulp watch
Deployment
Just push commits and our CD config will deploy the website.
Once the mirrored repository synchronises, the deploy will run.