Skip to content

Commit

Permalink
Remove nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong committed Feb 22, 2021
1 parent b38b85e commit 38aebf0
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 3,120 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
FROM elixir:1.5
RUN apt-get update -qq && apt-get install -y inotify-tools nodejs nodejs-legacy
RUN apt-get update -qq && apt-get install -y inotify-tools
RUN curl -so- -L https://yarnpkg.com/install.sh | bash
RUN mkdir /ret
WORKDIR /ret
Expand Down
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -41,10 +41,6 @@ Run `scripts/run.sh` if you have the hubs secret repo cloned. Otherwise `iex -S

## Run Hubs Against a Local Reticulum Instance

### 0. Dependencies

[Install NodeJS](https://nodejs.org) if you haven't already. We recommend version 12 or above.

### 1. Setup the `hubs.local` hostname

When running the full stack for Hubs (which includes Reticulum) locally it is necessary to add a `hosts` entry pointing `hubs.local` to your local server's IP.
Expand Down
62 changes: 0 additions & 62 deletions assets/brunch-config.js

This file was deleted.

6 changes: 0 additions & 6 deletions assets/css/app.css

This file was deleted.

26 changes: 0 additions & 26 deletions assets/js/app.js

This file was deleted.

156 changes: 0 additions & 156 deletions assets/js/chat.js

This file was deleted.

62 changes: 0 additions & 62 deletions assets/js/socket.js

This file was deleted.

18 changes: 0 additions & 18 deletions assets/package.json

This file was deleted.

0 comments on commit 38aebf0

Please sign in to comment.