Skip to content

levitomer/meteor-gl

Repository files navigation


Meteor
Meteor

Meteor exploration app

Clone

To clone and run this application, you'll need Git.

# Clone this repository
$ git clone https://github.com/levitomer/meteor-gl.git

# Go into the repository
$ cd meteor-gl

Development

To run the app you'll need Node.js (which comes with npm) installed on your computer. From your command line:

# Install dependencies
$ npm install

# Run the app
$ npm start

Docker

Build & run the app via docker. Install docker, and run the following commands from your command line:

# Build the docker image
$ docker build . -t meteor

# Run the app
$ docker run -p 3000:80 -d meteor

Preview

Open http://localhost:3000 in your browser

Credits

This software uses the following open source packages:

License

MIT


GitHub @levitomer  ·  Stack Overflow @tomer

About

NASA meteors impact locations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published