trappar / you-should

A service that aims to help you make decisions and keep your priorities straight

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You Should...

Play guitar! :)

A service that helps you make decisions based on your priorities, while keeping things fresh.

This repository is currently a work in progress and is non-functional.

Developing

Pre-requisites

In order to work on this project you will need the following software installed on your computer:

  • PHP
  • NodeJS/NPM
  • Grunt CLI (available from NPM npm install -g grunt-cli)

The remainder of the vendor files are installed with the following commands:

  • npm install
  • composer install

Once the project is ready, you can use the following commands to compile dev assets and boot a dev server:

  • grunt (this watch task will monitor static assets for changes and automatically recompile them)
  • app/console server:start (this will launch PHP's built in server - accessable at localhost:8000)

Publishing changes

At this time there is no formal process for publishing changes. Just submit a pull request.

About

A service that aims to help you make decisions and keep your priorities straight

License:GNU General Public License v3.0


Languages

Language:PHP 56.7%Language:JavaScript 30.1%Language:CSS 10.8%Language:ApacheConf 1.6%Language:HTML 0.9%