built with emberjs
Please help support this project by making a contribution to PropertyWebBuilder here: https://opencollective.com/property_web_builder
PropertyWebBuilder is a website builder for the real estate sector. It can be adapted for use as a CRM, property listings site, vacation rentals listing site etc.
This project provides an admin panel that uses the API endpoints provided by PropertyWebBuilder to manage the look and feel, property listings, agency details etc.
Please note that as of February 2018 this project is in the process of being replaced by an implementation using Vue js. The new repo for that is here:
https://github.com/etewiah/pwb-admin-vuetify
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.