A cryptocurrency tracker built with SvelteKit, Svelte, TypeScript, PostgreSQL and Shadcn-svelte. It uses the CoinMarketCap API to fetch near real-time cryptocurrency data. The UI is similar to the official CoinMarketCap website.
npm i
npm run db:start
npm run db:push
npm run dev
To create a production version of your app:
npm run build
After building you can run build/index.js using pm2, nginx or something simmilar.