You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-56Lines changed: 6 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,55 +13,8 @@
13
13
</p>
14
14
15
15
# Human-Connection WebApp
16
-
> uses the Nuxt.js and Express.js projects
17
-
18
-
> **Note:** This is only the WebApp part of Human-Connection, you have to also checkout the [API](https://github.com/Human-Connection/API) which is used by this WebApp.
19
-
20
-
## Local Installation
21
-
22
-
Run:
23
-
```bash
24
-
# install dependencies
25
-
$ yarn install
26
-
27
-
# serve with hot reload at localhost:3000
28
-
$ yarn dev
29
-
30
-
# build once and launch server
31
-
$ yarn build
32
-
$ yarn start
33
-
```
34
-
35
-
Create your individual set of environment variables:
36
-
```sh
37
-
$ cp .env.example .env
38
-
# now open .env and change it according to your setup
39
-
```
40
-
41
-
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).
42
-
43
-
## Env Vars
44
-
45
-
> More information on environment variables can be found in the [documentation (WIP)](https://docs.human-connection.org/environments/docker-test-production/docker-configuration.html)
46
-
47
-
### Test Logins
48
-
49
-
50
-
| Role | E-Mail | Password |
51
-
| --------- | -------------- | -------- |
52
-
| Admin |test@test.de| 1234 |
53
-
| Moderator |test2@test2.de| 1234 |
54
-
| User |test3@test3.de| 1234 |
55
-
56
-
57
-
## Styleguide
58
-
59
-
The Developer Style Guide provides important infos about components and styles. To start it simply type:
60
-
61
-
```bash
62
-
$ yarn run styleguide
63
-
```
64
-
When built you can open it at [http://localhost:6060](http://localhost:6060)
16
+
This is the frontend of HC.<br />
17
+
It uses the Nuxt.js and Express.js projects.<br />
65
18
66
19
## Localization
67
20
@@ -72,12 +25,9 @@ When built you can open it at [http://localhost:6060](http://localhost:6060)
0 commit comments