Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.17 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.17 KB

Tiedotustorvi

Project image

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.

Prerequisites

Setup

  • npm install
  • composer install
  • copy secrets.example.php to secrets.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.

Helper commands for development

SCSS build watcher can be started via gulp watch. Style sheets can be generated in production via gulp sass.

Styling

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.