Git Product home page Git Product logo

opensit's Introduction

OpenSit

OpenSit is an open source meditation community - a place where meditators can share and develop their practice. It lives at OpenSit.com

Code Climate

#Getting Started

To install locally for your own hacking pleasure:

  • Clone the repo and cd into it.
  • bundle install
  • cp config/database.yml.example config/database.yml
  • bundle exec rake db:create db:migrate
  • bundle exec guard
  • Go to localhost:3000. Voila!
  • To run the tests: rake db:test:prepare and then rspec spec

#Contributing

Here's how we work. Before getting busy, please search to see if the issue/feature you're addressing is already being discussed or worked on. If it isn't, you should consider creating an issue so that we can give you some feedback. When you're ready to get coding:

  • Create a feature branch: git checkout -b your-feature-or-fix
  • Commit early and often (you can clear it up later if you want to)
  • When you're done, push your feature branch: git push origin your-fix-or-feature
  • Open a pull request. If you want push a work in progress, that's fine, but mark it as so e.g. "[WIP] New comments system"
  • Another developer will then review your changes, and give them the thumbs up or offer some comments.
  • Once reviewed and ok'ed, your changes will be merged into master. Rejoice!
  • Remember to add tests!

If you find a security issue please don't create a public issue - email [email protected] with details so that we can do our best to minimise any problems.

#Roadmap

What do we have planned next for OpenSit? Check out the Roadmap.

#License

All the code behind OpenSit is made available for free under the GNU Affero General Public License V3. See LICENSE and COPYRIGHT for more details.

opensit's People

Contributors

andrba avatar andrew avatar arthurpaulino avatar chrisdambrosio avatar danbartlett avatar davidtweet avatar johnkferguson avatar johnthepink avatar pac1687 avatar pdostal avatar tombh avatar

Watchers

 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.