Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 432 Bytes

File metadata and controls

14 lines (11 loc) · 432 Bytes

Sounds Social

Sounds Social is a platform to share your sound with others. You can check out the app already on here.

How to setup and run

meteor npm install
cp settings.json.example settings-local.json
# Update settings-local.json with valid TEST api keys / passwords
cp settings.json.example settings.json
# Update settings.json with valid PROD api keys / passwords
meteor npm start