Go to file
Bill 36663a8782 Disable CI for now 2022-03-16 12:25:19 -04:00
.vscode new load screen, mod tool pos, slim header button 2022-03-15 05:11:11 -04:00
public Fix the images again 2022-03-15 18:38:48 -04:00
src Add rotate & state click on room previewer 2022-03-16 05:38:15 -04:00
.browserslistrc Update build 2021-09-16 00:48:43 -04:00
.editorconfig First commit 2021-04-14 14:24:24 -04:00
.eslintrc.js Again 2021-09-16 03:36:29 -04:00
.gitignore Merge branch 'dev' into more-layout-changes 2022-01-07 19:52:41 -05:00
.gitlab-ci.yml-disabled Disable CI for now 2022-03-16 12:25:19 -04:00
.prettierignore Layout updates 2021-12-09 00:36:35 -05:00
README.md Configuration changes 2022-03-15 15:11:57 -04:00
craco.config.js Fix dumb dev mode issue 2022-03-16 04:43:52 -04:00
package.json Fix dumb dev mode issue 2022-03-16 04:43:52 -04:00
tsconfig.json Messenger updates 2021-09-21 21:48:00 -04:00
yarn.lock Fix dumb dev mode issue 2022-03-16 04:43:52 -04:00

README.md

Nitro React

Prerequisites

  • You must have git installed
  • You must have NodeJS >= 16.13 installed
  • We recommend you use Yarn over npm
    • npm i yarn -g

Installation

  • First you should open terminal and navigate to the folder where you want to clone Nitro
  • Clone Nitro
    • git clone https://git.krews.org/nitro/nitro-react.git
  • Install the dependencies
    • yarn install
    • This may take some time, please be patient
  • Rename a few files
    • Rename public/renderer-config.json.example to public/renderer-config.json
    • Rename public/ui-config.json.example to public/ui-config.json
  • Set your links
    • Open public/renderer-config.json
      • Update socket.url, asset.url, image.library.url, & hof.furni.url
    • Open public/ui-config.json
      • Update camera.url, thumbnails.url, url.prefix, habbopages.url
    • You can override any variable by passing it to NitroConfig in the index.html

Usage

Development

Run Nitro in development mode when you are editing the files, this way you can see the changes in your browser instantly

yarn start

Production

To build a production version of Nitro just run the following command

yarn build:prod
  • A build folder will be generated, these are the files that must be uploaded to your webserver
  • Consult your CMS documentation for compatibility with Nitro and how to add the production files