https://github.com/inplayer-org/docs
InPlayer's developer documentation & guides
https://github.com/inplayer-org/docs
blog documentation guides hacktoberfest
Last synced: 11 months ago
JSON representation
InPlayer's developer documentation & guides
- Host: GitHub
- URL: https://github.com/inplayer-org/docs
- Owner: inplayer-org
- Created: 2018-11-22T12:32:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T12:48:06.000Z (over 2 years ago)
- Last Synced: 2024-03-08T07:27:23.240Z (over 2 years ago)
- Topics: blog, documentation, guides, hacktoberfest
- Language: JavaScript
- Homepage: https://developers.inplayer.com
- Size: 18.2 MB
- Stars: 3
- Watchers: 24
- Forks: 5
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
InPlayer's developer documentation & guides
# Website
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
## Installation
```console
yarn install
```
## Local Development
```console
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
```console
yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
## Deployment
```console
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.