
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
Tutorbook is an online volunteer tutoring platform that connects students in need (who no longer have face-to-face support from teachers) with volunteer tutors (who want to make a difference from home).
Here's what we're working on at a super high-level:
Do the following (preferably in order):
#development channel pins for more information on how you can
help out.Also feel free to check out our recently added tutorials/ directory for
additional information detailing different aspects of this project (e.g. tests,
deployment workflows, CI/CD, etc).
This project uses (please ensure that you're familiar with our tech stack before trying to contribute; it'll save your reputation and a lot of time):
To setup a development environment for and to contribute to the COVID Tutoring Initiative website:
nvm (our suggested way to use Node.js) on your
machine. Verify that nvm is installed by running:$ command -v nvm
$ nvm i 12.16.1
$ nvm alias default 12.16.1
npm by running:$ node -v
12.16.1
$ npm -v
6.13.4
cd into this repository locally by running:$ git clone https://github.com/tutorbookapp/covid-tutoring.git && cd covid-tutoring/
$ npm i
$ npm run dev
.env file):Error [FirebaseError]: projectId must be a string in FirebaseApp.options
cd into your desired package (included in src/), make your
changes, commit them to a branch off of develop, push it to a fork of our
repository, and open a
PR on GitHub.Tutorbook uses Prettier to enforce consistent code formatting throughout the codebase.
A pre-commit hook is used to format changed files found on commit, however it is still recommended to install the Prettier plugin in your code editor to ensure consistent code style.
All of the below scripts come directly from Next.js. In the project directory, you can run:
npm run devRuns next dev using full-icu and with the Node.js --inspect flag on
(useful for debugger; statements) which starts Next.js in development mode.
Open http://0.0.0.0:3000 to view the app in the browser
(note that we use 0.0.0.0 instead of the default localhost for Intercom
support. The page will hot-reload if you make edits.
You will also see any lint errors in the console.
npm run buildRuns next build which builds the application for production usage.
npm run startRuns next start which starts a Next.js production server.
FAQs
Web app connecting students with expert mentors and tutors.
We found that tutorbook demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.