Skip to content

nocdn/bank-share

Repository files navigation

Bank share

A vite + svelte project to share bank details with friends.

Project setup

  1. Clone the repo
git clone https://github.com/nocdn/bank-share.git
  1. Install dependencies
npm install
  1. Start the project
npm run dev

Optionally, you can build the project for production

npm run build

And the project will be built in the dist folder, with which you can deploy it to any static hosting service.