ptandler / enneagram-explorer

WebApp to quickly look up some of the most important aspects of the Enneagram. You can use it when you've just got your mobile at hand but not all your great books (in German)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enneagram-explorer

The Enneagram Explorer is a WebApp to quickly look up some of the most important aspects of the Enneagram. You can use it when you’ve just got your mobile at hand but not all your great books.

Currently, it’s only in German available. Translations and help with including some i18n tool are warmly appreciated. :-)

Project setup

I use yarn instead of npm in this project.

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

ToDo Ideas

  • add i18n

Changelog

v0.3.2 (2019-12-16)

  • updated dependencies (security fixes)

  • the cards showing the information about numbers are no longer constrained in height

v0.3.0

  • added pinch zoom for font-size

v0.2.2 (2019-08-21)

First more or less nicely working version.

Update Enneagram.svg

How to update the embedded Enneagram.svg:

$ git fetch enneagram.svg master
$ git subtree pull --prefix src/assets/enneagram enneagram.svg master

You might want to consider the --squash option when pulling / merging.

Favicon

The favicons are generated by RealFaviconGenerator:

  1. yarn favicon:generate

  2. yarn favicon:inject

About

WebApp to quickly look up some of the most important aspects of the Enneagram. You can use it when you've just got your mobile at hand but not all your great books (in German)

License:MIT License


Languages

Language:Vue 40.9%Language:TypeScript 32.4%Language:SCSS 14.2%Language:JavaScript 5.7%Language:HTML 4.1%Language:Java 2.7%