-
Notifications
You must be signed in to change notification settings - Fork 16
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
Evan Lin
committed
Sep 25, 2017
1 parent
33e5b1b
commit 9147033
Showing
5 changed files
with
17 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/usr/bin/env bash | ||
|
||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | ||
|
||
echo "skycoin binary dir:" "$DIR" | ||
|
||
pushd "$DIR" >/dev/null | ||
|
||
go run cmd/bbsnode/bbsnode.go --http-gui-dir="${DIR}/static/dist" $@ | ||
|
||
popd >/dev/null |
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,5 @@ | ||
# Skycoin BBS Web UI | ||
|
||
The user interface of Skycoin BBS is represented via a locally served website. In the future, users will no longer need to run a full BBS node to access/submit content to boards. And instead, nodes will host public websites. | ||
|
||
|
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 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Skycoin BBS</title><base href="/"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><link rel="icon" type="image/x-icon" href="favicon.ico"><link href="styles.57703dc1a08eda7286c9.bundle.css" rel="stylesheet"/></head><body><app-root></app-root><script type="text/javascript" src="inline.75710ecff26045629578.bundle.js"></script><script type="text/javascript" src="polyfills.433210cf9b1ab2cb3ebb.bundle.js"></script><script type="text/javascript" src="scripts.8f2629f3e65fee9c8f13.bundle.js"></script><script type="text/javascript" src="vendor.4dea318ec4769164a885.bundle.js"></script><script type="text/javascript" src="main.94adc173488dd0e7f2e8.bundle.js"></script></body></html> | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Skycoin BBS</title><base href="/"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><link rel="icon" type="image/x-icon" href="favicon.ico"><link href="styles.57703dc1a08eda7286c9.bundle.css" rel="stylesheet"/></head><body><app-root></app-root><script type="text/javascript" src="inline.b299f8c6378db660c226.bundle.js"></script><script type="text/javascript" src="polyfills.433210cf9b1ab2cb3ebb.bundle.js"></script><script type="text/javascript" src="scripts.8f2629f3e65fee9c8f13.bundle.js"></script><script type="text/javascript" src="vendor.4dea318ec4769164a885.bundle.js"></script><script type="text/javascript" src="main.099bcfee4f83941c6b0c.bundle.js"></script></body></html> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.