Skip to content

Latest commit

 

History

History
53 lines (27 loc) · 1.43 KB

README.md

File metadata and controls

53 lines (27 loc) · 1.43 KB

MaesTria

🔗 Website

Description

MaesTria is a website dedicated to the art of Sculpture and Modeling. It serves as a platform for artists and enthusiasts to explore, showcase, and discover sculptures of various styles and materials.

Category Name

Sculpture and Modeling

Features

  • 🎨 Explore a curated collection of sculptures and modeling artworks.
  • 🖼️ View high-quality images and detailed descriptions for each artwork.
  • 🔍 Search for specific sculptures by category, artist, or keyword.
  • 📝 Submit your own sculptures or modeling artworks to be featured on the website.
  • 💬 Engage with other users through comments and discussions on individual artworks.

Instruction for Cloning and Running the Project Locally

To clone and run this project locally, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/DevHadiuR/PHA10-MaesTria-Proj-Client-Side.git

  2. Navigate to the Project Directory:

    cd YourRepositoryName

  3. Install Dependencies:

    npm install

  4. Set Up Environment Variables:

    Create a .env file in the root directory and configure any necessary environment variables.

  5. Start the Development Server:

    npm run dev

  6. View the Application:

Open your web browser and go to http://localhost:3000 to view the running application.

That's it! You can now explore and modify the project locally on your machine.