Infinite-art is a website where you can discover random art-pieces just by scrolling down. Using the Met Museum public api.
Clone the repository:
git clone [email protected]:Oslonline/infinite-art.git
Go to repository folder:
cd infinite-art
Install dependencies:
npm install
Start the development server:
npm run dev
Build for production:
npm run build
Run the optimized application locally:
npm run preview