From 6305acef3bd25f51b408b38a9f4f11c3040480c5 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 8 May 2018 11:02:48 +0200 Subject: frontend template setup --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index bd24adc..5269578 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,19 @@ `npm run backend` +## Building the frontend + + * production: `npm run build` + * development: `npm run dev` + ## Overview +### Frontend + +The frontend is written with the [Vue](https://vuejs.org) JavaScript framework and the [Bulma](https://bulma.io) CSS framework using [Buefy](https://buefy.github.io), built by [Webpack](https://webpack.js.org) with [Babel](https://babeljs.io) for cross browser support. It is hosted on GitHub pages. + +### Backend + ![backend flowchart](assets/backend-flow.png) The `/matches` endpoint is called in equidistant intervals for a small set of matches. An hour of each set is aggregated and stored in a timestamped json. All timestamped jsons are aggregated and generate the output report json. -- cgit v1.3.1