This is a Next.js 13 webApp leveraging the power of typescript and carbon design system to create an interactive pokedex of the first Pokemon generation
first install all node modules with
npm i
# or
yarn i
# or
pnpm i
then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
npx next dev
Open http://localhost:3000 with your browser to see the result.