Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 541 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 541 Bytes

B2B SaaS Demo

This repo contains the source code powering https://B2BSaaSDemo.com/.

Getting started

Prerequisites

  1. Git
  2. Node (>=16.0.0), npm (>=7.0.0)
  3. A fork of the repo (for any contributions)
  4. A clone of the greenfielddemo repo on your local machine

Running locally

  1. cd S3
  2. npx http-server . -p 3000 to serve the static files
  3. open http://localhost:3000 to open the site in your favorite browser

License

MIT