j4kim / minutes-reader

PHP & Vue minutes of meeting reader
2 stars 0 forks source link

Minutes Reader

A tool for those who like to write MoMs in MarkDown files.

The files are read by PHP in back-end and displayed by Vue in front-end.

Set up

Install PHP dependencies via Composer:

composer install

Install JavaScript dependencies via npm:

npm install

Develop

Run a local PHP server:

php -S localhost:1212

In another terminal, compile the app:

npx webpack

Rules