Skip to content

sideroff/folx

Repository files navigation

folx

A craigslist wannabe.

  • Keep in mind that this is a work in progress and stuff will change

Check out the designs here & here

Check it out here

To run locally

  1. Make sure you have the latest node & npm installed.
  2. Clone or download the project.
  3. Open a terminal and navigate to the project's directory.
  4. Enter npm install - this will install all dependencies.
  5. Enter npm run build - this will compile the javascript into bundles.
  6. Enter npm run start - this will start the web server on the port specified in the config (defaults to 9000).
  7. Open a browser and go to localhost:<port>.