This is a fork of billsonnn/nitro-react dev branch and billsonnn/nitro-renderer main branch. It was converted to a monorepository using Nx workspaces and features of oobjectt duckietm Gurkengewuerz are merged.
- 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.exampletoapps/frontend/public/renderer-config.jsonand edit it - Rename
apps/frontend/public/ui-config.json.exampletoapps/frontend/public/ui-config.jsonand edit it
- Rename
- To use Nitro you need
.nitroassets generated, see nitro-converter for instructions. - See Morningstar Websockets for instructions on configuring websockets on your server.
See Gurkengewuerz/nitro-docker for a complete setup.
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.
Run nx graph to see a diagram of the dependencies of the projects.
Visit the Nx Documentation to learn more.