Skip to content

Commit 03e3dd8

Browse files
authored
Add: install + editor config instructions
1 parent b135049 commit 03e3dd8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
# Common ground for the Ambire apps
2+
3+
This package puts together the core business logic behind Ambire web and mobile apps.
4+
5+
## Install
6+
7+
```bash
8+
yarn install
9+
```
10+
11+
## Editor Config
12+
13+
Make sure your code editor has plugins that support the following configuration files: `.editorconfig`, `.prettierrc`, `tsconfig.json`, `eslintrc.js`, [`import-sorter.json`](https://github.com/SoominHan/import-sorter).

0 commit comments

Comments
 (0)