https://github.com/tf2pickup-org/docs.tf2pickup.org
tf2pickup.org documentation
https://github.com/tf2pickup-org/docs.tf2pickup.org
docker dockerfile srcds teamfortress2 tf2 tf2-plugins
Last synced: about 2 months ago
JSON representation
tf2pickup.org documentation
- Host: GitHub
- URL: https://github.com/tf2pickup-org/docs.tf2pickup.org
- Owner: tf2pickup-org
- Created: 2021-03-26T01:01:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T20:26:17.000Z (about 1 year ago)
- Last Synced: 2024-04-04T21:35:00.749Z (about 1 year ago)
- Topics: docker, dockerfile, srcds, teamfortress2, tf2, tf2-plugins
- Language: JavaScript
- Homepage:
- Size: 91.9 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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.