https://github.com/rojo-rbx/rojo.space
Rojo website
https://github.com/rojo-rbx/rojo.space
roblox rojo
Last synced: over 1 year ago
JSON representation
Rojo website
- Host: GitHub
- URL: https://github.com/rojo-rbx/rojo.space
- Owner: rojo-rbx
- License: mit
- Created: 2019-06-25T01:19:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T15:10:03.000Z (over 1 year ago)
- Last Synced: 2025-04-05T23:35:33.901Z (over 1 year ago)
- Topics: roblox, rojo
- Language: MDX
- Homepage: https://rojo.space
- Size: 20.9 MB
- Stars: 38
- Watchers: 8
- Forks: 46
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# rojo.space
This is the Rojo website.
This website is built using [Docusaurus 3](https://docusaurus.io/).
### Installation
```
$ npm install
```
### Local Development
```
$ npm 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
```
$ npm run build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.