Skip to content

Commit

Permalink
Merge pull request #133 from evanlinjin/develop
Browse files Browse the repository at this point in the history
added run.sh
  • Loading branch information
Gopher Pigjin authored Sep 25, 2017
2 parents 1a51b17 + 9147033 commit 4312377
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions run.sh
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
5 changes: 5 additions & 0 deletions static/README.md
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.


0 comments on commit 4312377

Please sign in to comment.