https://github.com/appspa/appspa.github.io
Appspa documents site
https://github.com/appspa/appspa.github.io
app-space
Last synced: 4 days ago
JSON representation
Appspa documents site
- Host: GitHub
- URL: https://github.com/appspa/appspa.github.io
- Owner: appspa
- Created: 2023-02-24T08:01:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T07:29:38.000Z (about 3 years ago)
- Last Synced: 2025-11-28T15:16:27.622Z (7 months ago)
- Topics: app-space
- Language: JavaScript
- Homepage: https://appspa.github.io/
- Size: 2.44 MB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing-guide/index.mdx
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
```
$ GIT_USER= USE_SSH=true yarn deploy
```
GIT_USER=appspa USE_SSH=true DEPLOYMENT_BRANCH=main 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.
github actions auto build