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).
These instructions will help you set up a local development copy of StellarVisions for testing and development purposes.
To run StellarVisions locally, you need to have the following installed:
- Node.js
- npm (Node Package Manager)
- Clone the repository to your local machine:
git clone https://github.com/BugReportOnWeb/stellar-visions.git
- Navigate to the project directory:
cd stellar-visions
- Install the project dependencies:
npm install
- Create a
.env
file and add you NASA API key in it:
VITE_API_KEY=<YOUR-API-KEY>
- Start the development server:
npm run dev
Open your browser and visit http://localhost:5173 to view StellarVisions locally.