Lab Locator is a platform for freelance recording engineers to advertise/market their studios while allowing clients to leave feedback.
Use the package manager npm to install dependencies
npm install
Start your Rails API
#/lab-locator/backend
rails s
Start your React App
#/lab-locator/frontend
npm start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.