Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
elray1 committed Jan 13, 2025
1 parent 1f86b89 commit 52a821d
Show file tree
Hide file tree
Showing 6 changed files with 2,805 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
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
```
1 change: 1 addition & 0 deletions dist/predeval.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 52a821d

Please # to comment.