Skip to content

sjezewski/hackernewsmobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

Decided to scratch my own itch (and save my eyesight).

Some highlights:

  • search / nav bar work
  • added the 'forge-ahead' feature:

forge ahead

TODO

  • Add an 'unblock' form on mobile (since I had to use it, and people generally use their phones to do it)
  • Also add a 'settings' dialog to enable auto-forge-ahead following
  • Codify the header / footer and be able to insert them on pages that lack them
  • Unbind the forge ahead listener after the click to make sure its not fired multiple times
  • Fix up the article pages
    • The easiest win was to flatten the comments ... I'm sure we can figure out something better
  • Design love (icons / header / styles / buttonize links)

Basics

Welcome to your Moovweb project! Moovweb is a great way to build a compelling front-end for a website. The files in this project describe the changes we want to make to the front end of a site. There's places in this project to add new images (assets/images/), styles (assets/stylesheets/) and even manipulate HTML (scripts/).

Before Running This

To run this project, you must have the Moovweb SDK installed on your system. Installation is easy - just go to the download page on the Moovweb site to download and install.

We have lots of informative guides, videos, live help, documentation, and even a book on how to use Moovweb. You should be able to get up and running in 30 minutes if you visit console.moovweb.com.

You might find the page about the scripts folder useful for starting to write Tritium, and our documents on the stylesheets folder for information on how we structure our stylesheets.

Launching

Typically, on Mac or Linux, just browse to this project folder in a terminal and then run the following command:

sudo moov server --auto-hosts

Then, just browse to mlocal.news.ycombinator.com and you are ready to start developing!

Deployment

Moovweb uses a git-based deployment system. To deploy, just type

git commit -a -m 'New code'
git push origin master

More Info

See detailed documentation for Moovweb at console.moovweb.com.

Domains

Remember to put all domains you're going to hit in your etc/hosts or to run your server with the -auto-hosts=true option.

127.0.0.1   mlocal.news.ycombinator.com

About

Making HN functional for mobile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published