Our public website made by members.
Go to file
Tancre 1524bffa31 how-it-works section finished 2020-10-15 22:35:24 +02:00
app how-it-works section finished 2020-10-15 22:35:24 +02:00
docs how-it-works section finished 2020-10-15 22:35:24 +02:00
.gitignore how-it-works icons 2020-10-09 18:14:11 +02:00
README.md some info to start 2020-09-16 15:14:33 +02:00
gulpfile.js js automation and mobile menu 2020-09-18 22:01:59 +02:00
package-lock.json js automation and mobile menu 2020-09-18 22:01:59 +02:00
package.json js automation and mobile menu 2020-09-18 22:01:59 +02:00
webpack.config.js js automation and mobile menu 2020-09-18 22:01:59 +02:00

README.md

TO START

  • 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