Table of Contents
ArtistryHub is a digital gallery where users can explore some of the world's most famous and renowned paintings. This platform is designed with simplicity and elegance, utilizing latest technologies to offer a smooth and accessible browsing experience. Perfect for art enthusiasts and casual viewers alike, ArtistryHub provides a window to the rich world of art history, presenting each masterpiece in a format that's easy to navigate and enjoy. Whether you're a seasoned art connoisseur or just curious about the world of paintings, ArtistryHub offers a professional and enriching visual journey.
Ensure you have pnpm installed on your system. If not, install it globally using:
npm install -g pnpm
Follow these steps to set up the project locally:
- Clone the project repository:
git clone https://github.com/Kyziq/artistry-hub.git
- Install dependencies with
pnpm
:pnpm install
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request