zurda / Curenetics

Home Page:https://curenetics.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Curenetics

An app to put prostate cancer patients in touch with clinical trials that are suitable to them.

To get it running:

  1. Clone this repo
  2. npm i
  3. npm run dev to start the development server

Linter stuff

  • Need to match rules in .eslintrc to rules in .prettierrc. Seems to work fine with eslintrc and format on save (below)
  • .prettierrc previously had this:
// {
//   "trailingComma": "es5",
//   "tabWidth": 2,
//   "semi": true,
//   "doubleQuote": true,
//   "printWidth": 100
// }

VS Code:

  • Go to settings, search for and select 'format on save'
  • Also may be able to "editor.formatOnSave": true in a settings file somewhere

Atom:

  • Don't know yet.

About

https://curenetics.netlify.com/


Languages

Language:JavaScript 73.1%Language:CSS 25.6%Language:HTML 1.3%