This is a project consuming the Marvel Comics API, using React and Ant Design.
- 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.