https://github.com/go-faster/web
https://go-faster.org
https://github.com/go-faster/web
documentation faster website
Last synced: 10 months ago
JSON representation
https://go-faster.org
- Host: GitHub
- URL: https://github.com/go-faster/web
- Owner: go-faster
- License: apache-2.0
- Created: 2021-11-06T11:21:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T15:36:18.000Z (over 1 year ago)
- Last Synced: 2025-02-01T07:44:27.756Z (11 months ago)
- Topics: documentation, faster, website
- Language: MDX
- Homepage: https://go-faster.org
- Size: 3.75 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# web
This website is built using [Docusaurus 2](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.