Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 556 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 556 Bytes

WARNING: This project is outdated and not maintained anymore.

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