Skip to content
Can i wear shorts today? http://shorts.today
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
app
shorts-api
.bowerrc
.editorconfig
.gitattributes
.gitignore
.jshintrc
Gruntfile.js
README.md
bower.json
package.json

README.md

Can I Wear Shorts Today?

Setting Up (For Mac)

####Option 1. - Apache/Nginx

Set your apache config to use /app as the root directory. After this you should be good to go at http://localhost or equivalent.

####Option 2. - Grunt

Fire up the development server

$ grunt serve

This should start the development server and the web page should open.

If this doesnt work, try

$ npm install

which will install all your node dependencies.

You may also need to install bower

npm install -g bower

and compass (to compile sass)

gem update --system && gem install compass

Running the Backend

To run the backend:

$ node shorts-api/server.js

Which should start a server at localhost:3000. If not, you may have to install some dependencies.

You can’t perform that action at this time.