https://github.com/protoconf/www.protoconf.dev
Protoconf webside (generated by docasaurus)
https://github.com/protoconf/www.protoconf.dev
Last synced: 16 days ago
JSON representation
Protoconf webside (generated by docasaurus)
- Host: GitHub
- URL: https://github.com/protoconf/www.protoconf.dev
- Owner: protoconf
- Created: 2023-05-15T12:32:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T11:16:37.000Z (almost 2 years ago)
- Last Synced: 2024-06-08T12:29:59.383Z (almost 2 years ago)
- Language: MDX
- Size: 14.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
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.
### 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.