Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (25 loc) · 562 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 562 Bytes

SvelteKit PokeDex

Developing / Desarrollo

First install pnpm as the package manager

npm install -g pnpm

Then install the packages

pnpm install 

Run the dev server

pnpm run dev 

Production Enviroment

To create a production version of your app:

pnpm run build

Future work

  • Add image instead of colors for the types of pokemons.
  • Add Icons instead of text to the stats
  • Add SSR to the index page
  • Add an 8 BIT
  • Contribute to fontsource repo to add svelte kit docs.