This repository contains the source code for a NextJS Admin Dashboard Website for Wedsy.
Before running the application, make sure you have the following installed:
-
Clone the repository:
git clone https://github.com/nikhilagarwal204/wedsy-admin.git
-
Navigate to the project directory:
cd wedsy-admin -
Install dependencies:
npm install
Create a .env or .env.local (for development) file in the root of the project and add the following environment variables:
NEXT_PUBLIC_API_URL=
NEXT_PUBLIC_WEBSITE_URL=Make sure to replace the placeholder values with your actual configuration.
To start the server, use the following command:
npm run startFor development purposes, you can use the following command to run the server with hot-reloading:
npm run devThis will start the server at http://localhost:3000.