mirror of
https://github.com/array-in-a-matrix/meteor-madness.git
synced 2025-10-09 00:26:27 -04:00
NASA Space Apps Oshawa, 2025 Apps Challenge, Hackathon, Ghosts of NGO
src | ||
.gitignore | ||
api-keys-example.json | ||
index.html | ||
LICENSE | ||
main.js | ||
package.json | ||
pnpm-lock.yaml | ||
README.md |
meteor-madness
NASA Space Apps Oshawa, 2025 Apps Challenge, Hackathon, Ghosts of NGO
Installation
Install any OS dependent dependencies, (adjust for your specific OS):
pacman -S git pnpm # example for Arch-based OSes
Clone the git repo:
git clone https://github.com/array-in-a-matrix/meteor-madness
Inside the repo folder, install the JavaScript dependencies:
pnpm install
Run
Ensure 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.json
Development
To run site in a development environment, run the following:
pnpx vite
Build
To build the project, built site will be inside the /dist
directory:
pnpx vite build