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

https://github.com/hellocoop/b2bsaasdemo

B2B SaaS Demo
https://github.com/hellocoop/b2bsaasdemo

Last synced: over 1 year ago
JSON representation

B2B SaaS Demo

Awesome Lists containing this project

README

          

# B2B SaaS Demo

This repo contains the source code powering [https://B2BSaaSDemo.com/](https://B2BSaaSDemo.com/).

## Getting started

### Prerequisites

1. Git
1. Node (>=16.0.0), npm (>=7.0.0)
1. A fork of the repo (for any contributions)
1. A clone of the [B2BSaaSDemo repo](https://github.com/hellocoop/b2bsaasdemo) on your local machine

### Running locally

1. `npm install`
1. `npm run dev`
1. `open http://localhost:5173` to open the site in your favorite browser

## License

[MIT](LICENSE)