https://github.com/plusk01/mechatronics-frontend
https://github.com/plusk01/mechatronics-frontend
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plusk01/mechatronics-frontend
- Owner: plusk01
- Created: 2014-07-28T04:27:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T16:57:57.000Z (almost 8 years ago)
- Last Synced: 2025-01-21T14:14:08.471Z (over 1 year ago)
- Language: JavaScript
- Size: 11.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mechatronics-frontend
=====================
Project setup
1. clone repo
2. run `npm install`
3. run `bower install`
4. Setup your local config (`app/modules/config/config.js`)
5. `grunt build`
nginx conf:
```bash
server {
listen 80;
server_name www.byumechatronics.com byumechatronics.com join.byumechatronics.com;
access_log /var/log/nginx/byumechatronics/access.log;
error_log /var/log/nginx/byumechatronics/error.log error;
root /var/www/apps/mechatronics-frontend/dist;
index index.html index.htm;
location / {
# First attempt to serve request as file, then
# as directory, then fall back to displaying a 404.
try_files $uri $uri/ /index.html;
}
}
```
---------------
## Change Log
**9 Sept 2018**
- Updated `.bowerrc` to use new registry url as per [this SO post](https://stackoverflow.com/a/51020318/2392520)
- Updated link for `Pay Dues`
- Changed `Subscribe` button to `Slack`, changed `mail.byumechatronics.com` to `slack.byumechatronics.com`