https://github.com/edgeapp/edge-docs
Documentation for the Edge SDK for Javascript
https://github.com/edgeapp/edge-docs
Last synced: about 1 year ago
JSON representation
Documentation for the Edge SDK for Javascript
- Host: GitHub
- URL: https://github.com/edgeapp/edge-docs
- Owner: EdgeApp
- License: other
- Created: 2016-07-31T04:26:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T19:38:33.000Z (over 3 years ago)
- Last Synced: 2023-08-09T23:13:38.795Z (almost 3 years ago)
- Language: JavaScript
- Homepage: https://edgesecure.co
- Size: 1.04 MB
- Stars: 3
- Watchers: 20
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Edge Developer Docs
------------------------------
### Prerequisites
You're going to need:
- **Linux or OS X** — Windows may work, but is unsupported.
- **Ruby, version 2.2.5 or newer**
- **Bundler** — If Ruby is already installed, but the `bundle` command doesn't work, just run `gem install bundler` in a terminal.
### Getting Set Up
```shell
# run this to run locally
bundle install
bundle exec middleman server
```
You can now see the docs at http://localhost:4567. Whoa! That was fast!
To build the docs to static HTML files:
```shell
bundle exec middleman build --clean
```
The docs will be in the ```build``` directory