Skip to content
/ bitbaum Public
forked from AfeefaDe/bitbaum

Bits & Bäume – Die Konferenz für Digitalisierung und Nachhaltigkeit

Notifications You must be signed in to change notification settings

b3nks/bitbaum

 
 

Repository files navigation

Bits und Bäume – Conference Website

dev setup

quick:

# start php server, browsersync and app building via..
$ ./work.sh

detailed:

# install node dependencies
$ npm install

# make sure to have mysql server running loaded with a proper bitbaum db

# serve via php server
$ php -S localhost:8010 -t public/

# starts sass compiling and opens browser window with browsersync
$ npm run dev

# install composer dependencies
$ cd public/master
$ composer install

live setup

$ npm install
$ npm run build
$ cd public/message
$ composer install
  • adapt .example configuration files in public/config
    • db.ini is used to connect to the supporters-database
    • secrets.ini is used to integrate the twitter feed
    • auth.ini is for authenticating the form
  • serve public/

prozedere

  • email nach verifizierung löschen? 2 probleme:
    • benachrichtigung über veröffentlichung
    • widerrufsrecht

About

Bits & Bäume – Die Konferenz für Digitalisierung und Nachhaltigkeit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 91.5%
  • Sass 6.2%
  • CSS 1.3%
  • JavaScript 0.8%
  • Dockerfile 0.1%
  • Hack 0.1%