Welcome to Musement!
Musement is a platform for people who want to share their ideas and projects, creating the moment.
macOS, Ubuntu Linux
| Module | Version |
|---|---|
| NodeJS | v8.10.11 |
| MongoDB | v3.2.10 |
| SendGrid | v4.7.1 |
Install dependencies
yarnMusement currently uses Angular as the main frontend framework, Webpack as compiler and module manager, Gulp in CSS and HTML minification and more.
Compile files in the project
gulp buildTest the project
gulp testRun the project
yarn startMusement uses SendGrid as its mailing service. The current web API we are using it is v3. Please consider this for API consulting.
Run these on terminal for API Key designation
echo "export SENDGRID_API_KEY='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'" > sendgrid.env
echo "sendgrid.env" >> .gitignore
source ./sendgrid.env