Robert Schäfer 71ab2f3828 Get rid of JWT_SECRET once and for all
* refactor store/auth.js not to use `delete Object`
* refactor store/auth.js to have less redundancy
* implement fetchCurrentUser without knowing the id beforehand
* test fetchCurrentUser and init
2019-02-26 16:26:04 +01:00
2019-01-28 11:07:13 +01:00
2019-02-26 00:25:32 +01:00
2019-02-26 00:25:32 +01:00
2019-01-21 09:14:36 +01:00
2019-02-24 17:17:02 +01:00
2019-01-10 15:32:54 +01:00
2018-12-14 23:23:09 +01:00
2019-01-10 12:11:26 +01:00
2019-01-17 19:23:16 +01:00
2019-01-11 14:36:37 +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
2019-01-24 15:36:37 +00:00
2019-01-10 13:50:20 +01:00
2019-02-24 17:06:08 +01:00
2019-02-26 16:26:04 +01:00
2018-10-09 15:20:43 +02:00
2018-10-09 15:20:43 +02:00
2019-02-26 15:55:38 +01:00

Human Connection

NITRO Web

Build Status MIT License FOSSA Status Discord Channel

UI Screenshot

Build Setup

Install

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

Copy:

cp .env.template .env
cp cypress.env.template.json cypress.env.json

Configure the files according to your needs and your local setup.

Development

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

Build for production

# build for production and launch server
$ yarn styleguide:build
$ 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

Internationalization (i18n)

You can help translating the interface by joining us on lokalise.co.

Thanks lokalise.co that we can use your premium account!

localise.co

Attributions

Locale Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY

License

FOSSA Status

Languages
TypeScript 36%
JavaScript 20.4%
Vue 19.2%
HTML 18.3%
SCSS 4.6%
Other 1.4%