An open API service indexing awesome lists of open source software.

https://github.com/fastbootstrap/docs

The source of https://fastbootstrap.com
https://github.com/fastbootstrap/docs

Last synced: over 1 year ago
JSON representation

The source of https://fastbootstrap.com

Awesome Lists containing this project

README

          

Docs and Examples
===

Documentation site for [FastBootstrap](https://fastbootstrap.com), The beautiful Bootstrap theme with Atlassian Design.

Build
===

To view the documentation site locally, you need to clone this repository:

```sh
git clone https://github.com/fastbootstrap/docs.git
```

Then to view the docs in your browser, run Hugo and open up the link:

```sh
▶ hugo server

Started building sites ...
.
.
Serving pages from memory
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop
```