GithubHelp home page GithubHelp logo

krr's Introduction

krr!

krr! is a small rss client mostly working with backbone and node (node 0.8 at least).

Are you:


Installation: Developer part

Ruby dependencies

gem install compass animation --pre

NPM dependencies

npm install bower grunt-cli -g && npm install

Bower dependencies

bower install

WebFont dependencies

OS X

brew install fontforge ttfautohint
brew install https://raw.github.com/sapegin/grunt-webfont/master/Formula/sfnt2woff.rb
npm install grunt-webfont --save-dev

You may need to use sudo for brew, depending on your setup.

Linux

sudo apt-get install fontforge eot-utils ttfautohint
wget http://people.mozilla.com/~jkew/woff/woff-code-latest.zip
unzip woff-code-latest.zip -d sfnt2woff && cd sfnt2woff && make && sudo mv sfnt2woff /usr/local/bin/
npm install grunt-webfont --save-dev

Note that if ttfautohint is not available in your distribution, your generated font will not be properly hinted.

Client compilation

As Sass still sucks a bit about css import, please, run this command first before compiling the app.

grunt copy:cssAsScss

Now you can compile the app.

grunt dev

Installation: User part

For the moment, as I don't distribute an out-of-box solution, I've versioned the client folder which is a compilation of the src folder. Later, I'll remove this folder and distribute an easy way to run the application. Just run this command:

npm install

Start the game

npm start

and go to http://localhost:3000/ with your favourite browser.


Change my rss

Go to server/db/feeds.json and add yours.

krr's People

Watchers

 avatar  avatar

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.