thechori / ylc-website

Unfinished revamp of the YLC website using the MEAN stack
https://ylc-website.herokuapp.com/
0 stars 0 forks source link

This repo is now deprecated in favor of this one

You can view this archived site here, or the new site here

ylc-website

Quick summary

The revamped YLC website utilizing the MEAN stack. Before, it was a simple Wordpress site that was not responsive. This design will integrate the new responsive capabilities using Bootstrap and an updated UI for a better UX with the students and community.

Installation

Configuration

Heroku (Node Web Server) URL: ylc-website.herokuapp.com

MongoLab (Mongoose Database) URI: mongodb://:@ds053954.mongolab.com:53954/ylc-website

For username and password, see the "Passwords" Google Sheet on the admin@ylc.net account

Jshint tests are automatically run with every file change thanks to Grunt and its watch/build functionality. These tests lint the code in order to verify proper JS syntax, along with an automatic build for converting SASS to CSS.

The project is hosted on Heroku and is deployed with the following command:

git push heroku master

Where "heroku" is the git remote URL that points to the Heroku server, and "master" is your local code branch

Where do I go for help?