Edge-template-NextJS Getting Started Follow these steps to start the development server: 1. Install Dependencies Using npm: npm install Using yarn: yarn install 2. Run the Development Server Using npm: npm run dev Using yarn: yarn dev 3. Open in Browser http://localhost:3000