Giter Site home page Giter Site logo

crush-with-cupid's Introduction

Crush With Friends

Tell us who you want to go out with out of your friends and if we find a match we'll hook you up! We'll even give you some cool dating offers!

How to use

First clone the repo and the submodules.

git clone [email protected]:sjlu/crush-with-friends.git
cd crush-with-friends
git submodule update --init

Make sure you have Node.js installed. I like to use Homebrew for Mac to install Node.js and npm.

Next, install Grunt.

npm install -g grunt

Then, in the project directory, we need to grab the grunt dependencies.

npm install

Good to go! Now all you need to do is run grunt anywhere in your directory and your LESS and JS files will be compiled every time you save.

Okay, now if you want you should probably add this to your virtual hosts.

# Crush with friends
<VirtualHost *:80>
 DocumentRoot "/Users/sjlu/Web/crush-with-friends"
 ServerName dev.crustwithfriends.com

 <Directory "/Users/sjlu/Web/crush-with-friends">
     Options Indexes MultiViews FollowSymLinks
     AllowOverride All
     Order allow,deny
     Allow from all
 </Directory>
</VirtualHost>

crush-with-cupid's People

Contributors

sjlu avatar

Watchers

 avatar James Cloos avatar  avatar

Forkers

rezox

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.