-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
2,805 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# predeval | ||
A JavaScript module for interactive exploration of forecast evaluations | ||
|
||
# Development | ||
|
||
## Node | ||
|
||
You'll need to install Node.js and npm. Please see the installation instructions at https://docs.npmjs.com/downloading-and-installing-node-js-and-npm. | ||
|
||
## Installing dev requirements | ||
|
||
You must install the required Node.js packages via: | ||
|
||
```bash | ||
npm install --save-dev | ||
``` | ||
|
||
## Packaging the component | ||
|
||
We use [webpack](https://webpack.js.org/) to package up all dependencies into a single `dist/predeval.bundle.js` file for end users. To do so, execute the `package.json` `build` script via the following command, which will update all files in `dist/`. | ||
|
||
```bash | ||
npm run build | ||
``` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.