Skip to content

gorostiaga/mycovidconnect

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.8%
  • CSS 21.2%
  • Dockerfile 3.3%
  • HTML 2.9%
  • Shell 1.8%