- Development Framework : NEXT.JS
- main : https://ice-con.vercel.app/
-
Step 1: Download the Latest Dependencies (i.e., node_modules)
npm audit fix npm install
Node.js must be installed!
-
Step 2: Start the Development Server
npm run dev
-
Step 3: The Website will be available at localhost:3000
-
Here's The Deployment Script
# Install git, npm. apt install git npm -y # Clone this repo. git clone https://www.github.com/thekarananand/ice_con.git # Build Process. cd ice_con npm audit fix npm install npx next telemetry disable # Opt-Out of Next/Telemetry npm run build
-
Start the Deployment
npm run start
I have a dedicated page for that 👉👉 /docker/README.md
Docs : nextjs.org/telemetry
- Opt Out :
npx next telemetry disable
- Check Status :
npx next telemetry status