Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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