https://github.com/theprofs/bitpaper-whitelabelling-example
Bitpaper Whitelabelling Example
https://github.com/theprofs/bitpaper-whitelabelling-example
Last synced: 3 months ago
JSON representation
Bitpaper Whitelabelling Example
- Host: GitHub
- URL: https://github.com/theprofs/bitpaper-whitelabelling-example
- Owner: TheProfs
- License: mit
- Created: 2021-08-14T07:20:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-14T07:45:51.000Z (almost 4 years ago)
- Last Synced: 2025-01-18T10:44:52.604Z (5 months ago)
- Language: HTML
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitpaper-whitelabelling-example
Bitpaper Whitelabel Example
## Run
Clone this repository
## Install
Make sure you have the latest [NodeJS][nodejs] installed, `$ cd` into the cloned folder,
then:```bash
# Install dependencies
$ npm install
# Run server
$ npm start
```then visit `http://localhost:5099`
## How it works
Upon visiting `http://localhost:5099`, the `index.html` file is served which
has an `iframe` pointing to a created API paper.The paper is displayed under the domain `http://localhost:5099` instead
of `https://bitpaper.io/go/Maths/xDx1001`## Authors
Bitpaper LTD
[nodejs]: https://nodejs.org/en/