This is a Next.js project using https://pokeapi.co/.
To be safe, run:
npm install
# or
yarn installThen build a production build with:
npm run build
# or
yarn buildTo run the development server:
npm run dev
# or
yarn devTo run the production server (for optimal lighthouse results)
npm run start
# or
yarn starthttps://www.loom.com/share/efbec51bb0894b3e839385663c1059c7
- CSS variables for type colors
- Mobile styling polish
- If this was prod would also not be loading images from URLS

