Quick Start
1. Requirements
Before proceeding, you need to have the latest stable node.js
Recommended environment:
- node js 20+
 - npm js 10+
 
2. Install
Open package folder and install its dependencies. We recommended yarn or npm.
1) Install with npm:
                                  
cd project-folder
npm install
                                  
                              
                    2) Install with yarn:
                                  
cd project-folder
yarn install
                                  
                              
                  3. Start
Once npm install is done now you an run the app.
                            
npm run dev
                          
                      
                    This command will start a local webserver http://localhost:3000:
                            
Nuxt 3.13.2 with Nitro 2.9.7    
➜  Local:   http://localhost:3000/
➜  Network:  use --host to expose
                          
                      
                  4. Build / Deployment
After adding url run below command for build a app.
                                  
npm run build or yarn build
                                  
                              
                    Finally, Your app is ready to be deployed.🥳
1. Requirements
Before proceeding, you need to have the latest stable node.js
Recommended environment:
- node js 20+
 - npm js 10+
 
2. Install
Open package folder and install its dependencies. We recommended yarn or npm.
1) Install with npm:
                                  
cd main
npm install
                                  
                              
                    2) Install with yarn:
                                  
cd main
yarn install
                                  
                              
                  3. Start
Once npm install is done now you an run the app.
                            
npm run dev
                          
                      
                    This command will start a local webserver http://localhost:3000:
                            
Nuxt 3.13.2 with Nitro 2.9.7    
➜  Local:   http://localhost:3000/
➜  Network:  use --host to expose
                          
                      
                  4. Build / Deployment
After adding url run below command for build a app.
                                  
npm run build or yarn build