An open API service indexing awesome lists of open source software.

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

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`.