codeforgso / GoVote

Local voter registration and election candidate application.
http://govotegso.org/
GNU General Public License v3.0
24 stars 46 forks source link

create config.js file into src folder #123 #132

Closed joshhazelhurst123 closed 5 years ago

joshhazelhurst123 commented 5 years ago

Create a config.js file in the ./src directory. Create a config file for storing city and county specific variables then export the variables.

Description

Create a config file for storing city and county specific variables. Start with the following items: city, city name abbreviated, county, app title (GoVoteGSO).

Related Issue

123

Motivation and Context

In the future create a .env file, but for now this is the quickest and simplest solution so we'll use it.

How Has This Been Tested?

On local machine

Checklist:

joshhazelhurst123 commented 5 years ago

see updates. Many thanks.