https://github.com/synor/site
Website for Synor
https://github.com/synor/site
documentation synor
Last synced: 17 days ago
JSON representation
Website for Synor
- Host: GitHub
- URL: https://github.com/synor/site
- Owner: Synor
- License: mit
- Created: 2019-12-30T16:12:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T06:16:04.000Z (over 3 years ago)
- Last Synced: 2025-02-28T16:46:21.531Z (over 1 year ago)
- Topics: documentation, synor
- Language: JavaScript
- Homepage: https://synor.netlify.app
- Size: 328 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```
### Local Development
```
$ yarn start
```
This command starts a local development server and open 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
```
$ GIT_USER= USE_SSH=true 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.