Qazzian / SWTracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slimming World Syn Tracker

This is a simple web app to help you track your daily Syns and healthy options.

Development Requirements

To build this from source you will first need to download and install the following dependencies:

  • node and npm
  • grunt-cli $ npm install -g grunt-cli
  • ruby
  • ruby gem
  • ruby bundler

Building from source

  1. Install the dependencies (above)
  2. Clone the git repository on to your machine
  3. Move into the project root ($ cd SWTracker if you use GIT's suggested default directory)
  4. run $ npm install
    • This will download all required node modules for development, trigger an install of the required Ruby libraries defined in Gemfile.lock and then run the default grunt task.

Running the app

There isn't any server side code yet so you will need to find another solution for now. I use http-server

Grunt tasks

In most cases you will want to run the default task for a one off build or watch, which will run all the tasks and then watch for file changes, running the appropriate tasks on the fly. For a full list of available tasks run grunt --help in the project root.

About


Languages

Language:JavaScript 80.5%Language:CSS 10.7%Language:HTML 5.9%Language:Ruby 2.9%