Skip to content

Commit

Permalink
Added building instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jimjasson authored Mar 13, 2023
1 parent 3223ad5 commit 632902d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# WooCommerce Dummy Payments Gateway

A dummy payment gateway for your WooCommerce development needs, with built-in support for subscriptions and the block-based checkout.

### Building instructions

To build this project, run:

```
npm install
npm run build
```

0 comments on commit 632902d

Please sign in to comment.