https://github.com/hellocoop/b2bsaasdemo
B2B SaaS Demo
https://github.com/hellocoop/b2bsaasdemo
Last synced: over 1 year ago
JSON representation
B2B SaaS Demo
- Host: GitHub
- URL: https://github.com/hellocoop/b2bsaasdemo
- Owner: hellocoop
- License: mit
- Created: 2024-10-01T09:59:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T17:58:00.000Z (over 1 year ago)
- Last Synced: 2025-02-01T06:24:37.456Z (over 1 year ago)
- Language: JavaScript
- Size: 1.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)