- Home - Occurances Stats and Geometrical Visualization in the Past 20 Years
- Details - Individual Datapoints Organized with Filters and Reasons.
- make sure that you have node.js and npm installed on your computer.
- to install all dependencies, run
npm install
. note that if you are using a windows computer, delete the package-lock.json file first before you install. - to run development version, run:
npm run dev
- to build for static version, run:
npm run build
- src📂 - folder for custom code
- scripts📂 - folder for all Javascript code. the entry is index.js
- styles📂 - folder for all CSS code. the entry is style.scss, which will be compiled to style.css
- data_process📂 - folder for python code to process data
- index.html📂 - the main html file, which is the project entry
- package.json📂 - list of dependencies
All library dependencies are listed in package.json