Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1 KB

README.md

File metadata and controls

61 lines (39 loc) · 1 KB

yoonWebsite

Overview

Where Imagination Meets Passion

Prerequisites

Ensure you have the following installed on your system before running the project:

  • Node.js (Latest LTS version recommended)
  • npm (Comes with Node.js)

Getting Started

Follow these steps to set up and run the project locally:

1. Clone the Repository

git clone <repository-url>
cd yoonWebsite

2. Navigate to the Client Directory

cd client

3. Install Dependencies

npm install

4. Run the Development Server

npm run dev

This command will start the development server, and you can access the application in your browser at:

http://localhost:3000

Project Structure

yoonWebsite/
│── client/          # Frontend source code
│── README.md        # Project documentation
│── .gitignore       # Files to be ignored by Git

License

This project is licensed under the MIT License.