NASA Space Apps Oshawa, 2025 Apps Challenge, Hackathon, Ghosts of NGO
Install any OS dependent dependencies, (adjust for your specific OS):
pacman -S git pnpm # example for Arch-based OSesClone the git repo:
git clone https://github.com/array-in-a-matrix/meteor-madnessInside the repo folder, install the JavaScript dependencies:
pnpm installEnsure the proper API keys are present. Copy the api-keys-example.json file and rename it api-keys.json.
Then replace the default value with your acutal API key generated from NASA's site. Currently, there is only one key needed.
cp api-keys-example.json api-key.jsonTo run site in a development environment, run the following:
pnpx viteTo build the project, built site will be inside the /dist directory:
pnpx vite build