This is a demo Svelte app to show Pokemon information from the PokéAPI site.
Once you've cloned the project run the following to get started:
npm install
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
The app is set up with an adapter for a static site. Just run the following command:
npm run build
You can preview the built app with
npm run preview, regardless of whether you installed an adapter. This should not be used to serve your app in production.
The app is being automatically deployed each time a commit happens on the master branch to Netlify.