• Stars
    star
    487
  • Rank 90,352 (Top 2 %)
  • Language
    Ruby
  • License
    Creative Commons ...
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A list of all the companies WFH or events changed because of covid-19

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 files in the _data directory. 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 my-awesome-company.yml or ing.yml, no fancy or uppercase 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/.

More Repositories

1

thanks

Finding ways to fund the packages you use.
Python
152
star
2

logtacts

Better contact management.
Python
59
star
3

hera

A desktop app for Jupyter Notebook
Python
32
star
4

ducker

Quack at your docs
Python
14
star
5

technicalmajority

technicalmajority.com
11
star
6

api-driven-django

Repository for the "API-Driven Django" tutorial
Python
10
star
7

cards-against-django

CAH done as a Django web app.
Python
8
star
8

django-patronage

A django app for building patreon apps.
Python
7
star
9

django-sandstorm

Django Package for doing authentication with sandstorm.io
Python
7
star
10

epithet

Manage your labels
Python
6
star
11

snozzbot

The snozzbots taste like snozzbots!
JavaScript
6
star
12

catserve

Cats-as-a-service.
Python
5
star
13

berkeley-data

Python
4
star
14

bockus

An inventory system for ebooks
Python
3
star
15

oakland-data

Queryable data for the City of Oakland
Python
3
star
16

buddybot

We could all use a little boost in our day.
Python
2
star
17

legendary-bot

It's gonna be a LEGEN- ...wait for it... -DARY bot.
JavaScript
2
star
18

bookclub

Various book clubs, relating to interesting engineering topics.
2
star
19

Insert-Team-Here

A place for people to find other people and collaborate on projects.
Python
2
star
20

patron-tube

A place for getting access to videos via patreon
Python
1
star
21

slack-for-conferences

Tips and tricks for having a slack for your conference.
1
star
22

nativenotesapp

Swift
1
star
23

meiosis

Cloning for fun and profit.
Python
1
star
24

shopbot

A bot for the Wandering Shop
Python
1
star
25

pythonclock

A site ticking down to the end of Python 2.7
JavaScript
1
star
26

linkedin-analytics-to-sqlite

Parse the LinkedIn analytics exports into a Sqlite DB
Python
1
star