Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.22 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.22 KB

NASA Image Library

Lint, test, build, deploy

Netlify Status

A gallery site that gets images/videos/audio from the NASA Image API.

Install

Install and start the app:

  git clone https://github.com/richardbristow/nasa-image-library.git
  cd nasa-image-library
  yarn
  yarn start

The app will be available at: http://localhost:3000/

Run tests:

  yarn test

Lint code:

  yarn lint     # lint javascript and css
  yarn lint:js  # lint javascript
  yarn lint:css # lint css

Build:

  yarn build

Demo site

A deployed demo site is available at the link below:

https://nasa-image-library.netlify.app

Other Info

This project was bootstrapped with Create React App.

Create React App documentation.