Removed submodule stuff

This commit is contained in:
Joel Collins 2020-06-25 15:54:54 +01:00
parent 98819403b3
commit e5487b4ad8
3 changed files with 3 additions and 19 deletions

View file

@ -1,23 +1,12 @@
# OpenFlexure Microscope JS Client
[![pipeline status](https://gitlab.com/openflexure/openflexure-microscope-jsclient/badges/master/pipeline.svg?style=flat-square)](https://gitlab.com/openflexure/openflexure-microscope-jsclient/commits/master)
A user client for the OpenFlexure Microscope, written in Vue.js.
## Install
A general guide on setting up your microscope can be found [here on our website](https://www.openflexure.org/projects/microscope/).
## Develop
* Clone the repo, and run `npm install`
* Scripts to build and serve are included in `package.json`
## Developer notes
### VS Code and ESLint
To prevent the editor from interfering with ESLint, add to your project `settings.json `:
To prevent the editor from interfering with ESLint, add to your project `settings.json`:
```
```json
{
"editor.tabSize": 2,
"cSpell.enabled": false,