/my-nbb

my-nbb is a billing tool for my clients based on the flatmarket code.

Primary LanguageJavaScript

my-nbb

A slightly modified version of Flatmarket.

Usage

Clone this repo and install dependencies:

$ npm install

Then start the local server in development mode:

$ ./node_modules/.bin/flatmarket \
    --component ./node_modules/flatmarket-theme-bananas/index.jsx \
    --stripe-secret-key YOUR_TEST_SECRET_KEY \
    --dev

The website should be running at https://127.0.0.1:8000/ (note the https).

License

See LICENSE.