Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 990 Bytes

File metadata and controls

34 lines (18 loc) · 990 Bytes

Jobb

===========

Hi there, welcome to the Jobb repository.

Jobb is a, right, job platform 'boilerplate' built with Meteor. There was no intention to actually make a job marketplace and as you can see, it is not. ;) But feel free to clone it and make it your own. There's nothing much in this platform, but you surely can add 'things' to it.

You can try it out at jobb.meteor.com

How to get started.

Pre-requisites:

->You should have nodejs already installed on your computer.

->You can download it from nodejs.org

Once you've node installed, clone this repository to your desktop.

Next cd into the repo from your terminal and run meteor. Like this:

$ cd directory
$ meteor
You'll find the app running at http://localhost:3000

Then? Just play around. Add your own code. Make it better. Pass it on. The choice is yours.