mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2024-11-13 03:40:50 +00:00
Our public website made by members.
app | ||
docs | ||
gulp/templates | ||
.gitignore | ||
gulpfile.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
webpack.config.js |
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