Skip to content

Commit

Permalink
further set up
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiran-R-K committed Jul 30, 2024
1 parent 1f4b03c commit 5a1238a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# A template for the file that would store secrets (e.g. environment variables)
# copy this to your .env file and add your own API key etc

NASA-API-KEY=add-your-key-here
10 changes: 10 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Description of changes - what did you do

## Screenshots - for changes to the UI

## Things to Check
- [ ] Have all the requirments of your ticket have been met
- [ ] Have you added tests if needed for your ticket
- [ ] Are all the tests passing


3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

### Configuration files ###
.env
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Getting Started with Create React App
# Set Up

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
run `npm install`

copy the `.env.template` file - save it as `.env` store your NASA API key here so that it won't be uploaded to githubb

## Available Scripts

Expand Down

0 comments on commit 5a1238a

Please sign in to comment.