richardwestenra / duedil-dev-test

JSON-powered issue tracker with filter controls

Home Page:http://richardwestenra.com/duedil-dev-test/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duedil Dev Task

Documents

Instructions: See Task.md.

Dev setup/installation:

  1. Install node, npm, bower etc. if you haven’t already.
  2. Clone the git repo.
  3. Run npm install && bower install.
  4. Project files are in /app, bower packages are in /bower_components, and node packages are in /node_modules.
  5. Use the following grunt commands:
    • grunt serve runs the server for local dev work
    • grunt creates a production build in /dist/
    • grunt deploy makes a build and deploys it to the test server with Git
    • grunt zip makes a build and creates a zipped deliverable file in /zips

Note:

  • Social/embed images go in the /app/social directory, NOT the /app/images directory, in order to prevent their filenames being revved.

About

JSON-powered issue tracker with filter controls

http://richardwestenra.com/duedil-dev-test/


Languages

Language:JavaScript 44.7%Language:CSS 38.9%Language:HTML 16.4%