Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gofiber/docs
📚 Documentation for 🚀 Fiber
https://github.com/gofiber/docs
documentation fiber hacktoberfest
Last synced: 12 days ago
JSON representation
📚 Documentation for 🚀 Fiber
- Host: GitHub
- URL: https://github.com/gofiber/docs
- Owner: gofiber
- License: apache-2.0
- Created: 2020-02-05T21:35:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T09:00:12.000Z (7 months ago)
- Last Synced: 2024-05-28T14:50:55.572Z (7 months ago)
- Topics: documentation, fiber, hacktoberfest
- Language: JavaScript
- Homepage: https://docs.gofiber.io
- Size: 799 MB
- Stars: 210
- Watchers: 10
- Forks: 138
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.
## Installation
```
$ yarn
```### Local Development
```
$ yarn start
```This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
## Build
```
$ yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
## Deployment
Using SSH:
```
$ USE_SSH=true yarn deploy
```Not using SSH:
```
$ GIT_USER= yarn deploy
```If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.