Website: Pandemic Volunteers
Knowledge base: https://www.notion.so/Pandemic-Volunteers
We need help in HR, PR, PM, design and development. Please get in touch through: https://helpwithcovid.com/projects/441-pandemic-volunteers or contact@pandemicvolunteers.org
It helps us by getting exposed to your followers. We need more hands.
Please have a look at https://PandemicVolunteers.org
Feedback from doctors, medical workers and more would be really appreciated.
Get in touch via email: contact@pandemicvolunteers.org
Instructions below are for macOS.
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"- rvm:
gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
curl -sSL https://get.rvm.io | bash -s stable --rubyFork your own copy of hantuzun/pandemic-volunteers to your account. Run the command below in your repository.
$ git clone https://github.com/your-account/pandemic-volunteers
$ cd pandemic-volunteers$ rvm install 2.7.1
$ rvm use --default 2.7.1
$ ruby --versionYour ruby version output should begin with ruby 2.7.1.
$ brew install yarn
$ yarn install
$ brew install postgresql
$ gem install bundler:2.1.4$ bundle install
...Run PostgreSQL. It is required for you to develop the application on your local machine.
$ brew services start postgresqlRun the project:
$ rails serverOn your first time running the project, and whenever the DB schema is updated, you need to update your local DB with the following command:
$ rails db:migrateVisit http://localhost:3000
bundle exec rspecDOMAIN:pandemicvolunteers.orgRequired for Open Graph Images paths and emails.SENDGRID_API_KEY: Required for sending emails.
