NSK.AI Website Prerequisites Ensure the following tools are installed: Node.js (v16+): Download Git: Download Steps 1. Clone the Repository git clone https://github.com/nsk-ai/website.git cd website 2. Install Dependencies npm install 3. Run the Development Server npm run dev Build for Production To create and serve a production build: npm run build npm start