A vite + svelte project to share bank details with friends.
- Clone the repo
git clone https://github.com/nocdn/bank-share.git
- Install dependencies
npm install
- 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.