https://github.com/ghost-land/Ghost-eShop-Wiki
Source Code of Ghost eShop Wiki.
https://github.com/ghost-land/Ghost-eShop-Wiki
docusaurus ghosteshop wiki
Last synced: 16 days ago
JSON representation
Source Code of Ghost eShop Wiki.
- Host: GitHub
- URL: https://github.com/ghost-land/Ghost-eShop-Wiki
- Owner: ghost-land
- Created: 2020-12-26T23:01:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-20T23:49:03.000Z (2 months ago)
- Last Synced: 2026-02-21T05:02:48.226Z (2 months ago)
- Topics: docusaurus, ghosteshop, wiki
- Language: JavaScript
- Homepage: http://wiki.ghosteshop.com/
- Size: 11.3 MB
- Stars: 22
- Watchers: 1
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus](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.