Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/two-n/dvs-2021
https://github.com/two-n/dvs-2021
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/two-n/dvs-2021
- Owner: two-n
- License: mit
- Created: 2022-01-14T15:09:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-11T21:40:49.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T19:54:00.238Z (10 months ago)
- Language: JavaScript
- Size: 652 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dvs-2021
viz for the annual data visualization society's competition### `yarn install`
goes through and installs all dependencies### `yarn dev`
compiles code and starts a developement server at `http://localhost:1234`.### `yarn build` or `yarn prototypes-build`
builds static, compiled filed in `dist` folder. Use `prototypes-build` when building for two-n prototype deployment because it sets the correct base URL to be able to load in the assets.### `yarn deploy`
to deploy to [two-n prototypes site](http://prototypes.two-n.com/dvs-pay-explorer/).### `node ./dataPrep.mjs`
parses csv file named `data_2021_main.csv` in `./data` folder and creates a json file called `formattedData.json` that is read into `index.js`*requirements for generating data*
* csv must be named `data_2021_main.csv`