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
- Host: GitHub
- URL: https://github.com/fastbootstrap/docs
- Owner: fastbootstrap
- License: mit
- Created: 2023-11-03T08:28:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T16:22:25.000Z (about 2 years ago)
- Last Synced: 2025-01-11T01:10:46.728Z (over 1 year ago)
- Language: HTML
- Size: 5.95 MB
- Stars: 1
- Watchers: 2
- Forks: 78
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```