README.md
# JaMmusic
[![CircleCI](https://circleci.com/gh/WebJamApps/JaMmusic.svg?style=svg)](https://circleci.com/gh/WebJamApps/JaMmusic)
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![Test Coverage](https://api.codeclimate.com/v1/badges/39beb7a5a056ba4cee15/test_coverage)](https://codeclimate.com/github/WebJamApps/JaMmusic/test_coverage)
[![Issue Count](https://codeclimate.com/github/WebJamApps/JaMmusic/badges/issue_count.svg)](https://codeclimate.com/github/WebJamApps/JaMmusic/issues)
[![Maintainability](https://api.codeclimate.com/v1/badges/39beb7a5a056ba4cee15/maintainability)](https://codeclimate.com/github/WebJamApps/JaMmusic/maintainability)
[![Known Vulnerabilities](https://snyk.io/test/github/WebJamApps/JaMmusic/badge.svg)](https://snyk.io/test/github/WebJamApps/JaMmusic)
<https://joshandmariamusic.com>
## Local Development
* This is a React frontend project that requires both `web-jam-back` and `WebJamSocketCluster` to fully display applicable data and have interations to backend resourses.
* Copy the `.env.example` file and paste it as `.env` file in the project root directory. Request variable definitions from the project owner or spin up your own resourses where applicable.
* More information is available in our [Developer's Guide](https://docs.google.com/document/d/1_QDDbqmBrJuGqBoib59fmgYtls03dAXXuLqRR5roPO4/edit).