Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 493 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 493 Bytes

Install Meteor

$ curl https://install.meteor.com | /bin/sh

Create a project

$ meteor create beautiful-avatar

Install Account System

$ meteor add accounts-base
$ meteor add accounts-password

Install our Avatar-Upload packages

$ meteor add particle4dev:upload-avatar

Create template and install on the application

{{> editYourAvatarModal}}

Demo

ScreenShot