UNPKG
matterfront
Version:
latest (1.1.1)
1.1.1
1.0.2
1.0.1
1.0.0
0.1.0
Mattermost frontend app powered by electron
github.com/lloeki/matterfront
lloeki/matterfront
matterfront
/
src
/
nosrc.html
16 lines
(14 loc)
•
253 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<
h1
>No configuration found!<
h1
> <
div
> Create
a
<
code
>~/
.mattermost
/state
.json
</
code
> file in your home directory, </
div
> <
div
> And make it look like this: <pre></code> { "teams": [{ "url":
"http://some.server.com/some-team"
}] } </
code
> </pre>