Vvida is a nightlife establishment, service and product review app. It enables the users to review services offered by various establishments, e.g restaurants, hotels, clubs, food, transport, vacation places etc. as well as products used by consumers.
- Download and install Node JS if not already installed.
- Download and install PostgreSQL if not already installed.
- Clone the repository here or go to the project github page here and download the zip file of the project. Unzip it.
- Navigate to your terminal and change your directory to the vvida project directory.
- Check that you are on the master branch using
git status
. - Run
npm install bower
first, thenbower install
to install front-end dependencies and lastlynpm install
to install back-end dependencies.
Run gulp
on your terminal.
Navigate to http://localhost:3000
on your browser.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D