Skip to content

awatson1978/groupthink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

groupthink

Meteor bulletin-board system.

Installation

# Should be as simple as cloning the repository...  
git clone https://github.com/awatson1978/groupthink.git

# And then running it...
sudo mrt

Default Users

    {
      username: 'sysadmin',
      password: 'sysadmin',
      email: '[email protected]'
      role: 'Admin',
    }

    {
      username: 'janedoe',
      password: 'janedoe',
      email: '[email protected]',
      role: 'User'
    }
      
   {
      username: 'johndoe',
      password: 'johndoe',
      email: '[email protected]',
      role: 'User'
    }

TODO LIST

  • wrapbootstrap landing page
  • swipeleft/swiperight
  • admin: delete user
  • admin: graytext moderation
  • post: preview post
  • post: tone/grammar check
  • admin: add 'report a bug' url field

Licensing

MIT License. Use as you wish, including for commercial purposes. See license.mit.txt for full details.

Support

Found this package to be useful? Consider tipping the package maintainer for their time!

Support via Gittip

About

Meteor bulletin-board style forum.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published