https://github.com/zaknaj/funding-simulator
Startup Funding Simulator
https://github.com/zaknaj/funding-simulator
funding investment safes simulator startup
Last synced: 2 months ago
JSON representation
Startup Funding Simulator
- Host: GitHub
- URL: https://github.com/zaknaj/funding-simulator
- Owner: zaknaj
- License: apache-2.0
- Created: 2024-01-21T13:26:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T07:08:21.000Z (almost 2 years ago)
- Last Synced: 2025-07-31T12:25:23.910Z (4 months ago)
- Topics: funding, investment, safes, simulator, startup
- Language: Svelte
- Homepage: https://fundingsimulator.com
- Size: 387 KB
- Stars: 328
- Watchers: 1
- Forks: 23
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README COMING SOON
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
## Building
To create a production version :
```bash
npm run build
```
You can preview the production build with `npm run preview`.