Automattic / Automattic/drag-element
Makefile please :-)
- Dominant language
- JavaScript
- Stars
- 12
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Neither of these steps work:
``` bash
$ component install
$ component build
$ serve -p 9000
$ open http://localhost:9000/example.html
```
or...
``` bash
$ npm install
$ browserify index.js > build/build.js
$ serve -p 9000
$ open http://localhost:9000/example.html
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the documented commands using index.js, build/build.js, and example.html, starting with the npm install and browserify flow. Add a Makefile that provides a working build and serves the example as described; done means the documented local example can be opened successfully through the Makefile workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100