Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 306 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 306 Bytes

Simple Forum in Meteor

This is a Demo App for StartupCamp Clinic which builds on scform1, adding user accounts.

Clone example repository to scforum folder

git clone https://github.com/codeVana/scdemo1.git scforum
cd scforum

Run example

meteor create scforum
cd scforum
cp ../* .
meteor