https://github.com/getfexr/website
Use-Cases & Documentation source for Fexr
https://github.com/getfexr/website
deploy docusarus roadmap website
Last synced: 4 months ago
JSON representation
Use-Cases & Documentation source for Fexr
- Host: GitHub
- URL: https://github.com/getfexr/website
- Owner: getfexr
- License: mit
- Created: 2022-08-05T19:31:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T11:27:25.000Z (over 1 year ago)
- Last Synced: 2025-01-10T12:29:47.320Z (over 1 year ago)
- Topics: deploy, docusarus, roadmap, website
- Language: JavaScript
- Homepage: https://getfexr.com/
- Size: 18.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.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.