Git Product home page Git Product logo

brainstormer's Introduction

Brainstormer

Brainstormer is a fun tool that helps people come up with ideas together remotely.

It is created with the intention to make it easier for facilitators to facilitate brainstorms. I've tried to achieve that by:

  • keeping a low barrier of entry for participants - there's no signup needed, and participants get descriptions of what to do at every step
  • Making the whole process tailored, so that you as a facilitator doesn't have to come up with how to do the brainstorm, but you can focus on the problem you want solved
  • giving the whole experience a light and fun feel, since I believe that state of mind produces better ideas

You can try out Brainstomer online at brainstormer.online

Open source

The source code of Brainstormer is open source under the GNU General Public License v3.0

That means that you can fork this project and use it however you wish, as long as you make any modifications to this source code available as open source under the same license.

Setup

The project is using ruby on rails and tailwind. That means that you will need to have rails and ruby installed on your machine.

You need to make sure that you have the correct versions of ruby and rails.

If you don't have postgres installed, you will need to do that. You can do that with brew:

brew install postgres

Then you can create the database with:

rails db:setup

Install js dependencies

npm install

Install redis

brew install redis

Start the local server

You can install foreman in order to run rails server, redis, sidekiq and webpacker locally with one command, run:

gem install foreman

foreman start -f Procfile.dev

Otherwise you can run these commands separately:

rails server

redis-server

bin/webpack-dev-server

sidekiq

How to contribute?

Thank you for reaching this far in the readme. You are already awesome!

Read more about how to contribute here: https://github.com/LoneKP/brainstormer.online/blob/main/CONTRIBUTING.md

brainstormer's People

Contributors

lonekp avatar kaspth avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.