Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stuyam committed Oct 22, 2018
1 parent ca7a034 commit 6ac7da7
Show file tree
Hide file tree
Showing 8 changed files with 1,463 additions and 1,067 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["@babel/preset-env"]
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ opix("event","reservation requested", {someData: 1, otherData: "cool"})
Openpixel needs to be customized for your needs before you can start using it. Luckily for you it is really easy to do.

1. Make sure you have [node.js](https://nodejs.org/en/download/) installed on your computer.
2. Install the dependencies for compiling openpixel via the command line with `npm install --dev`
2. Install the dependencies for compiling openpixel via the command line with `npm install`
3. Update the variables at the top of the `gulpfile.js` for your custom configurations. Each configuration has comments explaining it.
4. Run gulp via the command `gulp run`.
4. Run gulp via the command `npm run dist`.

The core files and the snippet are located under the `src/` directory. If you are working on those files you can run `gulp watch` and that will watch for any files changed in the `src/` directory and rerun gulp to recompile these files and drop them in the `dist/` directory.

Expand Down
Loading

0 comments on commit 6ac7da7

Please sign in to comment.