Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gurkengewuerz/nitro
A fork of billsonnn/nitro-{react,renderer} organized in a Nx workspace
https://github.com/gurkengewuerz/nitro
arcturus habbo habbohotel habboretro react
Last synced: 25 days ago
JSON representation
A fork of billsonnn/nitro-{react,renderer} organized in a Nx workspace
- Host: GitHub
- URL: https://github.com/gurkengewuerz/nitro
- Owner: Gurkengewuerz
- License: gpl-3.0
- Created: 2023-03-17T23:49:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-02T15:05:42.000Z (about 2 months ago)
- Last Synced: 2024-11-02T16:20:40.534Z (about 2 months ago)
- Topics: arcturus, habbo, habbohotel, habboretro, react
- Language: TypeScript
- Homepage:
- Size: 4.73 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nitro
This is a fork of [billsonnn/nitro-react](https://github.com/billsonnn/nitro-react) `dev` branch and [billsonnn/nitro-renderer](https://github.com/billsonnn/nitro-renderer) `main` branch. It was converted to a monorepository using Nx workspaces and features of [oobjectt](https://github.com/oobjectt) [duckietm](https://github.com/duckietm) [Gurkengewuerz](https://github.com/Gurkengewuerz) are merged.
## Installation
- Clone Nitro
- `git clone https://git.gurkengewuerz.de/nitro/nitro.git`
- Install the dependencies
- `npm install`
- Rename a few files
- Rename `apps/frontend/public/renderer-config.json.example` to `apps/frontend/public/renderer-config.json` and edit it
- Rename `apps/frontend/public/ui-config.json.example` to `apps/frontend/public/ui-config.json` and edit it## Usage
- To use Nitro you need `.nitro` assets generated, see [nitro-converter](https://git.krews.org/nitro/nitro-converter) for instructions.
- See [Morningstar Websockets](https://git.krews.org/nitro/ms-websockets) for instructions on configuring websockets on your server.See [Gurkengewuerz/nitro-docker](https://git.gurkengewuerz.de/nitro/nitro-docker) for a complete setup.
## Development server
Run `nx serve frontend` for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
## Understand this workspace
Run `nx graph` to see a diagram of the dependencies of the projects.
## Learn more about a Nx workspace
Visit the [Nx Documentation](https://nx.dev) to learn more.