Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/react-pakistan/react-pakistan-docs
Central Documentation for all React Pakistan projects
https://github.com/react-pakistan/react-pakistan-docs
docs react react-native
Last synced: about 1 month ago
JSON representation
Central Documentation for all React Pakistan projects
- Host: GitHub
- URL: https://github.com/react-pakistan/react-pakistan-docs
- Owner: react-pakistan
- License: mit
- Created: 2019-10-03T13:43:46.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-02T14:42:31.000Z (over 1 year ago)
- Last Synced: 2023-06-02T15:24:02.677Z (over 1 year ago)
- Topics: docs, react, react-native
- Language: JavaScript
- Homepage: https://react-pakistan.github.io/react-pakistan-docs
- Size: 26.5 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.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://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.