sashreek1 / mycovidconnect

Automated 911 for Patients

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mycovidconnect

DepShield Badge

Open Source Helpers

Netlify Status

START HERE: Project Setup Guidelines

Technical Setup

Run docker image to start instance.

docker-compose -f "docker-compose.yml" up -d --build

Typescript to compile project. Babel does the transpiling from target to es5 browser compatible code, tsc does the type-checking. See this for more info on how to run babel projects using tsc.

Always follow Guidelines!!


In general follow this Javascript Styleguide

Automated 911 for Patients

For Watching build run compiler: ./node_modules/.bin/tsc -p tsconfig.json --watch

npm start

Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.

The page will automatically reload if you make changes to the code.
You will see the build errors and lint warnings in the console.

Check package.json for scripts on how to build and run.

About

Automated 911 for Patients

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 72.4%Language:CSS 21.6%Language:HTML 3.0%Language:Shell 1.9%Language:Dockerfile 1.1%