A gallery site that gets images/videos/audio from the NASA Image API.
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
A deployed demo site is available at the link below:
https://nasa-image-library.netlify.app
This project was bootstrapped with Create React App.
Create React App documentation.