This is a Next.js application.
- Getting Started
- Prerequisites
- Installation
- Running the Project
- Building for Production
- Learn More
- License
To get a local copy up and running, follow these steps.
Ensure you have the following installed on your local machine:
- Node.js (v18.20.4 or later recommended)
You can download Node.js from here.
-
Clone the repository:
git clone https://github.com/unaisshemim/cooltrading.git
-
Navigate to the project directory:
cd cooltrading
-
Install the dependencies:
npm install
4.To run the project locally, use the following command:
npm run dev
Open http://localhost:3000 with your browser to see the result.
To create an optimized production build, run:
npm run build
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
Distributed under the MIT License. See LICENSE
for more information.