Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 247 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 247 Bytes

Building from Source 🏗️

  1. Clone the repository
git clone https://github.com/glendell03/space-flight-news.git
  1. Pull in project dependencies
npm install
  1. Host the app locally
npm run dev