Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vrchat-community/creator-companion
The Entry Point for Making Things in VRChat
https://github.com/vrchat-community/creator-companion
vrchat
Last synced: 2 days ago
JSON representation
The Entry Point for Making Things in VRChat
- Host: GitHub
- URL: https://github.com/vrchat-community/creator-companion
- Owner: vrchat-community
- Created: 2022-08-26T18:32:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T23:38:46.000Z (11 days ago)
- Last Synced: 2024-12-14T08:03:47.360Z (9 days ago)
- Topics: vrchat
- Homepage: https://vrchat.com/home/download
- Size: 2.07 MB
- Stars: 66
- Watchers: 11
- Forks: 470
- Open Issues: 235
-
Metadata Files:
- Readme: Docs/README.md
Awesome Lists containing this project
README
# Creator Companion Documentation Website
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.## Suggesting changes
Suggesting changes to [vcc.docs.vrchat.com](https://vcc.docs.vrchat.com/) is easy! Click [πEdit this page](https://github.com/vrchat-community/creator-companion/edit/main/Docs/docs/index.md) at the bottom of any page.![df1wLAzMWa](https://user-images.githubusercontent.com/117199600/234874085-d792773c-ac9b-4920-b966-a5666bbb9e20.png)
GitHub will ask you to
1. [Sign up](https://github.com/join) for a free GitHub account,
2. [Create a fork](https://github.com/vrchat-community/creator-companion/fork) of this repository,
3. [Edit the page](https://github.com/vrchat-community/creator-companion/edit/main/Docs/docs/index.md) with GitHub's built-in Markdown editor,
4. And [submit a Pull Request](https://github.com/vrchat-community/creator-companion/compare) to have your changes reviewed and merged into our documentation.## (Advanced) Previewing Docusaurus
If you're an advanced user, you can run Docusaurus 2 locally to preview your changes.
More information on deploying and locally testing Docusaurus websites can be found on [Docusaurus's deployment guide].
### 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.