--openssl-legacy-provider
from the package.json scriptsnpm i yarn -g
git clone https://git.krews.org/nitro/nitro-react.git
yarn install
public/renderer-config.json.example
to public/renderer-config.json
public/ui-config.json.example
to public/ui-config.json
public/renderer-config.json
socket.url, asset.url, image.library.url, & hof.furni.url
public/ui-config.json
camera.url, thumbnails.url, url.prefix, habbopages.url
NitroConfig
in the index.html.nitro
assets generated, see nitro-converter for instructionsRun Nitro in development mode when you are editing the files, this way you can see the changes in your browser instantly
yarn start
To build a production version of Nitro just run the following command
yarn build:prod
dist
folder will be generated, these are the files that must be uploaded to your webserver