Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 679 Bytes

File metadata and controls

27 lines (19 loc) · 679 Bytes

cariKerja.id Build Status

cariKerja.id is a website where freelancers can find side jobs or permanent jobs

  • Jobs Seeker [On Development]
  • Projects [Comming Soon]
  • Marketplace [Comming Soon]

Installation

cariKerja.id requires Node.js v4+ to run.

Install the dependencies and devDependencies and start the server.

$ git clone https://github.com/fakhrads/cariKerja.id
$ cd cariKerja.id
$ npm install -d
$ npm start

For production environments...

$ npm install --production
$ NODE_ENV=production node app