All Projects → codeforamerica → Ohana Web Search

codeforamerica / Ohana Web Search

Licence: bsd-3-clause
A mobile-friendly website for finding human and social services in your community

Labels

Projects that are alternatives of or similar to Ohana Web Search

Bootstrap Dark
The Definitive Guide to Dark Mode and Bootstrap 4 - A proof of concept
Stars: ✭ 54 (-20.59%)
Mutual labels:  scss
Next React Graphql Apollo boostrap
React + GraphQL + Next.js project architecture that I play with right now
Stars: ✭ 59 (-13.24%)
Mutual labels:  scss
Ttoos
开源之道,致力于开源相关思想、知识和价值的探究!
Stars: ✭ 64 (-5.88%)
Mutual labels:  scss
Rebirth
A Beautiful And Powerful Ghost Theme
Stars: ✭ 56 (-17.65%)
Mutual labels:  scss
Openshift Origin Design
Design repository for all things OpenShift
Stars: ✭ 58 (-14.71%)
Mutual labels:  scss
Roman.nurik.net
My personal site.
Stars: ✭ 60 (-11.76%)
Mutual labels:  scss
React Frontend Dev Portfolio
Easy to adapt and deploy React portfolio inspired with solutions found at GitHub.
Stars: ✭ 55 (-19.12%)
Mutual labels:  scss
Ifme
Free, open source mental health communication web app to share experiences with loved ones
Stars: ✭ 1,147 (+1586.76%)
Mutual labels:  scss
Incontent
Image content with description building with CSS3 and SASS/LESS.
Stars: ✭ 58 (-14.71%)
Mutual labels:  scss
Selectize Bootstrap 4 Style
Selectize (https://github.com/selectize/selectize.js) Theme for Bootstrap v4.4.1
Stars: ✭ 64 (-5.88%)
Mutual labels:  scss
Zeva
a modern and minimalist ui framework for building responsive and modern frontends
Stars: ✭ 57 (-16.18%)
Mutual labels:  scss
Genesis Starter Theme
This repo is no longer maintained. The starter theme can now be found at:
Stars: ✭ 57 (-16.18%)
Mutual labels:  scss
Design System Starter
🚀 The Australian Government Design System - Starter
Stars: ✭ 61 (-10.29%)
Mutual labels:  scss
Jekyll Yamt
YAMT is a minimal Jekyll theme focused on simplicity and ease-of-use.
Stars: ✭ 55 (-19.12%)
Mutual labels:  scss
Znlbwo.github.io
Stars: ✭ 65 (-4.41%)
Mutual labels:  scss
Jekyll Assets
🎨 Asset pipelines for Jekyll.
Stars: ✭ 1,083 (+1492.65%)
Mutual labels:  scss
Rizzo Next
The evolution of Lonely Planet's pattern library.
Stars: ✭ 59 (-13.24%)
Mutual labels:  scss
Gulp Wechat Webapp
基于gulp,以scss的方式写wxss,、提高开发效率的一个入门示例
Stars: ✭ 68 (+0%)
Mutual labels:  scss
Iina Website
The source code of IINA's new website at iina.io.
Stars: ✭ 66 (-2.94%)
Mutual labels:  scss
Numix Gtk Theme
A modern flat theme with a combination of light and dark elements.
Stars: ✭ 1,122 (+1550%)
Mutual labels:  scss

Ohana Web Search

CircleCI Test Coverage Maintainability

Ohana Web Search is the web-based search portion of the Ohana project. It requires connecting to your own instance of Ohana API, which will provide the data to Ohana Web Search.

This project was developed by Code for America's 2013 San Mateo County, CA, fellowship team. Thanks to a grant from the Knight Foundation, @monfresh, @spara, and @anselmbradford will continue to push code in 2014.

Ohana Web Search aims to make it easy to find available services in a community, and to provide as much pertinent information as possible, such as travel directions, hours of operation, other services residents in need might be eligible for, etc. You can see a live example for services in San Mateo County, CA, here: http://smc-connect.org

We gladly welcome contributions. Below you will find instructions for installing the project and contributing.

Demo

You can see a running version of the application at https://ohana-web-search-demo.herokuapp.com/.

Stack Overview

  • Ruby version 2.7.2
  • Rails version 5.2.4.4
  • Node.js 14.15.3
  • Yarn 0.25.2+
  • Template Engines: ERB and HAML
  • Testing Frameworks: RSpec, Capybara, Poltergeist

Deploying to Heroku

See the Wiki.

Local Installation (for developers)

Follow the instructions in INSTALL.md.

Customization

Follow the instructions in CUSTOMIZE.md.

Running the tests

To test locally, you can run tests with this simple command:

script/test

To configure the way RSpec displays test results, create a file called .rspec in the root directory, and add the following to it:

--color
--format progress

The --color option allows you to see passing tests in green and failing ones in red. Otherwise, by default, you would just see a series of dots for passing tests, and the letter "F" for failing ones.

Parameters for the --format option are: progress (default - shows a series of dots), documentation, html, or textmate. More information can be found on the RSpec website.

To see the actual tests, browse through the spec directory.

Contributing

We'd love to get your help developing this project! Take a look at the Contribution Document to see how you can make a difference.

Copyright

Copyright (c) 2013-2014 Code for America. See LICENSE for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].