Skip to content

array-in-a-matrix/meteor-madness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NASA Space Apps Oshawa, 2025 Apps Challenge, Hackathon, Ghosts of NGO

Topics

Resources

License

Stars

Watchers

Forks