- Joined
- Nov 12, 2020
- Messages
- 59
- Reaction score
- 28
- Points
- 18
Download Link:
Prerequisites
- >= 18
- If using NodeJS < 18 remove --openssl-legacy-provider from the package.json scripts
Installation
- First, you should open the terminal and navigate to the folder where you want to clone Nitro
- Clone Nitro
- Install the dependencies
- This may take some time, please be patient
- Rename a few files
- Set your links
Usage
- To use Nitro you need .nitro assets generated, see for instructions
- See for instructions on configuring WebSockets on your server
Development
Run Nitro in development mode when you are editing the files, this way you can see the changes in your browser instantlyProduction
To build a production version of Nitro just run the following command- A build folder will be generated, these are the files that must be uploaded to your web server
- Consult your CMS documentation for compatibility with Nitro and how to add the production files