Short on ideas for a project or to work through a new concept? Take a dip in the Idea Pool!
It can be difficult to know where to start when faced with a "blank page" problem - how do you begin to choose what you will do! Idea Pool addresses this issue by pooling ideas and projects from application users together into one source.
You can choose to share any ideas you add, or not - it's up to you! You can view projects built from yours or others ideas, and gain inspiration you need to just start coding something.
These instructions assume you have Ruby installed in your local environment.
- Clone this repo to your local machine
- OS Terminal Choice
- Windows 10: WSL 2 or higher
- MacOs: Terminal
- At the root of the local repo
- Run
bundle install
Installs/updates the necessary gems for the project - Run
rake db:migrate
Creates the SQL structure locally - Run
rake db:seed
Inserts test data into the database - Run
shotgun
Starts the local webserver - Click the localhost IP displayed in the terminal to view the site
- Run
Thank you for your interest in contributing to this project. Contributions are expected to be thoughtful, kind, explore new possibilities and add value to the application for all users.
If you have an idea or issue fix that you have not seen contributed or completed, please open a pull request with a meaningful message for review.
You will need to install the project, following the installation instructions, to ensure you are able to view and work with the source code.
This application carries an MIT License