This project is built with React and Vite.
In the project directory, you can run:
Navigate to the project directory.
Installs all the dependencies required for the project.
Run this command first after cloning the repository to set up the project.
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production to the dist folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
Previews the production build locally.
cd ngiab-website
npm install
npm start
npm run build
npm run servePurpose: Track download statistics for the NGIAB-data-preprocess Python package over the last 3 months.
How to Get the API Key:
- Visit PePy.tech
- Search for "ngiab-data-preprocess"
- PePy.tech provides free download statistics for Python packages
- You can view the public stats at: https://pepy.tech/projects/ngiab-data-preprocess
- To generate an API token:
- Create an account or sign in at PePy.tech
- Open your user menu (top‑right) and go to Account → API tokens (or visit
https://pepy.tech/account/apiif available) - Click Create new token (or similar), give it a name, and copy the generated token value
- Paste this value into
VITE_PEPY_TECH_TOKENin your.envfile
Configuration:
VITE_PEPY_TECH_TOKEN=<Your PePy.tech API Token>
VITE_PEPY_TECH_BASE_URL=https://api.pepy.techWhat it tracks:
- Version-specific downloads (4.6.7, 4.6.6, 4.6.5, 4.6.4, 4.6.3)
- Total downloads in the last 90 days
- Daily granularity download statistics
To learn more about the technologies used in this project:
This project uses:
- React 19
- Vite 6
- React Router 7
- Styled Components
- Tailwind CSS
- Axios for HTTP requests