Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.14 KB

File metadata and controls

51 lines (35 loc) · 1.14 KB

StellarVisions

StellarVisions (part of the project for my Front End Engineering (FEE) course) is a webapp that allows you to explore the beauty of the cosmos through NASA's Astronomy Picture of the Day (APoD).

UI Interface

Home page Details page

Getting Started

These instructions will help you set up a local development copy of StellarVisions for testing and development purposes.

Prerequisites

To run StellarVisions locally, you need to have the following installed:

  • Node.js
  • npm (Node Package Manager)

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/BugReportOnWeb/stellar-visions.git
  1. Navigate to the project directory:
cd stellar-visions
  1. Install the project dependencies:
npm install
  1. Create a .env file and add you NASA API key in it:
VITE_API_KEY=<YOUR-API-KEY>
  1. Start the development server:
npm run dev

Open your browser and visit http://localhost:5173 to view StellarVisions locally.