Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request cloudflare#1 from FiveMountains-co/setup-for-dev
Browse files Browse the repository at this point in the history
Setup for development
  • Loading branch information
davidmpurdy authored Aug 12, 2022
2 parents e949271 + 5380c8e commit 57beb45
Show file tree
Hide file tree
Showing 10 changed files with 10,956 additions and 1,706 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
**/*.min.js
**/*.build.js
node_modules
**/node_modules/**
dist
dist/*
build
**/build/**
.vscode/
**/.DS_Store
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
This is the development mirror for the [Cloudflare Stream Wordpress plugin](https://wordpress.org/plugins/cloudflare-stream).
Forked from the [Cloudflare Stream Wordpress plugin](https://wordpress.org/plugins/cloudflare-stream).

Development
---------------

Build for development:

```bash
$ npm run build:dev
```

Build for production:

```bash
$ npm run build
```
Loading

0 comments on commit 57beb45

Please sign in to comment.