Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balmacefa/nft-api-engine-docs
nft-api-engine-docs
https://github.com/balmacefa/nft-api-engine-docs
Last synced: 17 days ago
JSON representation
nft-api-engine-docs
- Host: GitHub
- URL: https://github.com/balmacefa/nft-api-engine-docs
- Owner: balmacefa
- License: apache-2.0
- Created: 2022-04-28T20:38:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T04:51:27.000Z (over 2 years ago)
- Last Synced: 2024-11-06T15:54:05.799Z (2 months ago)
- Language: SCSS
- Homepage: https://balmacefa.github.io/nft-api-engine-docs
- Size: 402 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Slate helps you create beautiful, intelligent, responsive API documentation.
The example above was created with Slate. Check it out at slatedocs.github.io/slate.
Getting Started with Slate
------------------------------To get started with Slate, please check out the [Getting Started](https://github.com/slatedocs/slate/wiki#getting-started)
section in our [wiki](https://github.com/slatedocs/slate/wiki).* [Using Docker](https://github.com/slatedocs/slate/wiki/Using-Slate-in-Docker)
## Building Slate
To use Docker to just build your site, run:
```
docker run --rm --name slate -v $(pwd)/build:/srv/slate/build -v $(pwd)/source:/srv/slate/source slatedocs/slate
```## Running Slate
If you wish to run the development server for Slate to aid in working on the site, run:
```
docker run --rm --name slate -p 4567:4567 -v $(pwd)/source:/srv/slate/source slatedocs/slate serve
```and you will be able to access your site at http://localhost:4567 until you stop the running container process.