A comprehensive guide to understanding, customizing, and deploying your instance of Nicxon ERP.
How do I install the application?
1. Unzip the source code. 2. Open a terminal in the root folder. 3. Run `npm install` to install all required dependencies.
How do I run the initial setup?
1. Create a `.env` file in the root directory. 2. Add your `MONGODB_URI` and (if in SaaS mode) your PayPal credentials. 3. Run `npm run dev`. 4. Open your browser to `http://localhost:9002`. You will be automatically redirected to the setup wizard to create your admin account and configure the application.