Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1003 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 1003 Bytes

New Craigslist

A distributed Craigslist-like Holochain app prototype developed during the Vancouver Holochain Hackathon!

CreatePost

Getting Started

Follow the Holochain Development instructions to install Holochain on your machine.

Once it's installed, clone the repository https://github.com/science-girl/NewCraigslist.git cd NewCraigslist Run hcdev web & to launch an instance of the app on localhost

If you want to develop the app further and have fswatch installed, you can run fswatch ./ui | xargs -n1 './restart.sh' to update the site as you develop.

To run the unit tests, run hcdev --no-nat-upnp test

Authors

Lindsey Woo and QingXin Yuan

Acknowledgements

Thank you to Connor, Art, and all the organizers of the Holochain Hackathon!

Additions

Check out this cool article explaining how to add querying by Willem Olding