Robert Schäfer 38f27743f2 Remove remains of cypress
I love cypress already. However my suggestion is to create a separate
repository that includes `backend` and `web` run full stack tests from
there. It is possible to trigger builds in other repositories on Travis
CI. So here is my suggestion: We agree to have matching branch names in
all related repositories, so `branch-1` in repo `web`, `backend` and
`human-connection`.

As a start, the developer has to manually update the submodules in the
meta repository and trigger a build to run fullstack tests. In the
future we might automate this process by triggering builds in other
repos. That's possible on Travis CI, see:
https://docs.travis-ci.com/user/triggering-builds/

See each repository is responsible to keep their set of unit/integration
tests but the meta repository is responsible of carrying out full stack
testing.

@appinteractive your opinion?
2018-12-06 15:15:33 +01:00
2018-11-29 23:03:08 +01:00
2018-11-25 14:14:15 +01:00
2018-10-09 14:11:21 +02:00
2018-11-30 09:01:03 +00:00
2018-11-03 17:42:50 +01:00
2018-10-09 14:11:21 +02:00
2018-12-06 15:15:33 +01:00
2018-10-09 14:11:21 +02:00
2018-12-06 15:15:33 +01:00
2018-10-09 14:11:21 +02:00
2018-11-29 23:11:24 +01:00
2018-11-29 23:20:55 +01:00
2018-11-29 23:11:24 +01:00
2018-10-09 15:20:43 +02:00
2018-10-09 15:20:43 +02:00
2018-11-29 23:03:08 +01:00

Human Connection - NITRO Web

UI Screenshot

Build Setup

Install

# install all dependencies
$ cd styleguide && yarn install && cd ..
$ yarn run styleguide:build
$ yarn install

Development

# serve with hot reload at localhost:3000
$ yarn dev

Build for production

# build for production and launch server
$ yarn build
$ yarn start

Styleguide

All reusable Components (for example avatar) should be done inside the styleguide directory.

Styleguide Screenshot

To show the styleguide

$ yarn styleguide

if you changed design tokens or other styles inside the styleguide, run the refresh command to build the styleguide as a lib

$ yarn styleguide:build
Description
Free and open-source social network for active citizenship.
Readme 114 MiB
Languages
TypeScript 35.7%
Vue 24.9%
JavaScript 19.2%
HTML 17.8%
SCSS 0.9%
Other 1.4%