# www.typeoutloud.org **Repository Path**: mirrors_mozilla/www.typeoutloud.org ## Basic Information - **Project Name**: www.typeoutloud.org - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # www.typeoutloud.org ## For when something goes bad and we need to turn off input. 1. First if Scott is online, you can just ask him. If not, email emergency@mozillafoundation.org 2. For devs, switch the `ABORT_{project name}` env to the route you want to shut down. This redirects the main page to a page with some copy and no input. It's a var for each project, so if the project/route "internethealth" needs to be shut down, env would be `ABORT_INTERNETHEALTH`. 3. Optional. Disable sheets so it's read only. Do this for each sheet. Do this only after step 1 and 2 are complete. 1. Go to the sheet. 2. In the top nav menu, click "Form". It's up there with "File", "Edit", "View", etc. 3. Inside that menu, click "Edit Form". 4. In the edit form, click "RESPONSES" next to "QUESTIONS". 5. Toggle off "Accepting responses". ## Environment Variables You can configure the following environment variables: |Variable|About| |--------|-----| | PORT | Port for the app, defaults to 7000, feel free to change this to any 4 digit number. | APPLICATION_URI | For local dev, this is just http://localhost:7000 unless you changed PORT, which if you did you should update the port here to match. | DISABLE_INPUT | Update this if things go sidways. It'll switch the form to a static read only version of what's currently in the sheets. It's an array of project names. ## Setup ``` $> npm install $> cp sample.env .env ``` ## To run ``` $> npm start ```