Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 521 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 521 Bytes

About

Infinite-art is a website where you can discover random art-pieces just by scrolling down. Using the Met Museum public api.

Run

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

Prod

Build for production: npm run build

Run the optimized application locally: npm run preview