Git Product home page Git Product logo

stayinghomeclub's Introduction

Who's staying home because of COVID-19?

This is a running list of companies that are taking steps to address the spread of COVID-19. Pull requests gratefully accepted, especially around design or data formatting or correctness. If you are a journalist and would like to speak to someone about the list, email [email protected]. View the live website here: stayinghome.club.

How do I add my company?

The short version is: the website is generated from the companies.yml file. Add the details of your company by mimicking what others have done, and create a PR. If you're not familiar with Git or Pull Requests, here are the steps. You will need a Github account.

  1. Make sure you're editing the main repository which hosts the website. It is here on Github: https://github.com/phildini/stayinghomeclub.

  2. You will need to create a YML file in the companies directory. Navigate there, and click the "Create new file" button. Here's a direct link to the Create page.

    Or, if you're just updating an existing entry, click on it, then hit the "Edit" button.

  3. Give the file a name, something like google.yml or envato.yml or ing.yml, no fancy characters, and be sure to end it with .yml. Add the details about your company in this format:

    name: Your company name
    wfh: Strongly Encouraged
    travel: Restricted
    visitors: Restricted
    events: Restricted
    last_update: 2020-03-13
  4. Click "Propose File Change", the big green button at the bottom of the page.

  5. This will take you to a page where you can click "Create pull request". Once you do that, one of the maintainers of the website will attend to your update ASAP.

  6. Thank you for helping us keep this site up-to-date! ๐Ÿ™

For developers

You may want to run the site locally, to see what it looks like while you're making changes. A full tutorial is out of scope here, but these are the basic steps. We assume you know a little bit of Ruby.

First, you'll need Ruby Bundler, which manages this project's dependencies.

gem install bundler -v 2.1.4

Now, install the required Gems.

bundle install

When that's done, run the development server.

bundle exec jekyll serve

Jekyll will print a URL where you can see your local version running, as it would on the web. Usually that's http://127.0.0.1:4000/.

stayinghomeclub's People

Contributors

drewbrew avatar phildini avatar diamondiva avatar toothbrush avatar jackiekazil avatar proprogrammer avatar koronkowy avatar orianakc avatar simonmoisselin avatar kaecyra avatar linyaru avatar tsitu97 avatar ableyjoe avatar dehowell avatar deargle avatar bmaltzan avatar adamwdennis avatar iandelahorne avatar wptb-limenet avatar nkramer-do avatar brianconner avatar tatyana0219 avatar simonflood avatar kkafara avatar jefftriplett avatar dsdude123 avatar christianweissmann avatar magichair avatar wingwat avatar busbey avatar

Watchers

James Cloos 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.