Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 571 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 571 Bytes

Welcome

This is a project consuming the Marvel Comics API, using React and Ant Design.

How execute

  • create an .env file and add the following keys
NEXT_PUBLIC_MARVEL_PUBLIC_KEY=YOUR_KEY
NEXT_PUBLIC_GOOGLE_API_KEY=YOUR_KEY
MARVEL_PRIVATE_KEY=YOUR_KEY
  • for develop mode
yarn dev
  • for production mode
yarn build
and
yarn start

Open http://localhost:3000 with your browser to see the result.

Access https://marvel-comics-omega.vercel.app/ to see the website.