SolidOS / contacts-pane

Contact management: AddressBooks, Groups, Individuals and Organizations.
MIT License
8 stars 6 forks source link

feat(dev-folder): configured to run standalone #57

Closed SharonStrats closed 2 years ago

SharonStrats commented 3 years ago

Overview Modified so that the pane will also work on it's own.

QA npm install npm run start change dev/index.ts addressBookToShow uri to your own. Also, we need to make sure it doesn't break the solidos build @bourgeoa I'm not sure how to do this.

timea-solid commented 3 years ago

Unfortunately it does not jump start on my machine. First I got a error message that "@typescript-eslint/eslint-plugin" must be upgraded "^4.31.1" for some reason. and then I get the following errors. not logged in: Screenshot 2021-09-16 at 10 04 50 And logged in: Screenshot 2021-09-16 at 10 04 27

timea-solid commented 3 years ago

From my point of view this is still open for now.

SharonStrats commented 2 years ago

This was before auth and is now covered in a different PR.