Live Demo: https://corix-hosting.vercel.app/
Thank you for purchasing Corix Hosting. Follow these steps to get the website running.
Download and extract the product files to your computer.
npm install
Or if you use pnpm:
pnpm install
Or yarn:
yarn install
npm run build
npm run build
npm start
Setup Guide
Thank you for purchasing Corix Hosting. Follow these steps to get the website running.
Requirements
- Node.js 18 or newer
- npm, pnpm, or yarn
- A VPS or hosting service (optional for deployment)
1. Extract the Files
Download and extract the product files to your computer.
2. Install Dependencies
Open a terminal in the project folder and run:npm install
Or if you use pnpm:
pnpm install
Or yarn:
yarn install
3. Build for Production
Create an optimized production build:npm run build
4. Start the Production Server
npm startDeployment
You can deploy the website to:- Vercel
- VPS servers
- Pterodactyl web hosting
- Node.js hosting providers
Updating the Website
After making changes, rebuild the project:npm run build
npm start
