This is a website for a professional development network, built with Next.js. The live page can be seen at https://icps-professional-development-website.vercel.app.
To run the website locally, you can use the following commands:
npm run dev
# or
yarn dev
# or
pnpm dev
This will start the development server at http://localhost:3000, where you can view the website in your browser.
Website was built using Sandbox UI template. Documentation for this can be found: https://sandbox-react.netlify.app/docs/
To check that Next JS can build the site run:
npm run build