-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
linus.heck@rwth-aachen.de
committed
Jun 9, 2019
1 parent
5082c4c
commit ba5a93b
Showing
6 changed files
with
30 additions
and
602 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
node_modules | ||
dist | ||
org.studieren-ohne-grenzen.sog-nav-mattermost | ||
org.studieren-ohne-grenzen.sog-nav-mattermost | ||
sog-nav.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "src/resources/nav"] | ||
path = src/resources/nav | ||
url = git@github.com:studieren-ohne-grenzen/nav.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## How to build this | ||
|
||
1. Install `npm` (oh no) | ||
2. Run `npm install` (oh noo) | ||
3. (Manually install everything else that npm might complain about not having) | ||
4. Run `make` | ||
|
||
Compiled release will be `sog-nav.tar.gz`. |
Oops, something went wrong.