Skip to content

Commit

Permalink
added nav as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
linus.heck@rwth-aachen.de committed Jun 9, 2019
1 parent 5082c4c commit ba5a93b
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 602 deletions.
3 changes: 2 additions & 1 deletion .gitignore
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
3 changes: 3 additions & 0 deletions .gitmodules
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
8 changes: 8 additions & 0 deletions README.md
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`.
Loading

0 comments on commit ba5a93b

Please # to comment.