Tiedotustorvi is a tool created for active members of Blanko ry, to keep their hundreds of members up-to-date with announcements, event information and other happenings. The application sends announcements to Discord, Telegram and email lists - all of this via one click.
npm install
composer install
- copy
secrets.example.php
tosecrets.php
and fill credentials - Setup PHP and your favourite web server (such as Apache2 or Nginx) to your favourite environment, and configure document root to point at
src
directory.
SCSS build watcher can be started via gulp watch
. Style sheets can be generated in production via gulp sass
.
This project uses SCSS for generating style sheets. npm install
does fetch handy tools (such as gulp
and it's project-specific dependencies) for generating CSS files easily.