Skip to content

Commit

Permalink
Merge pull request #13 from jeff-zucker/master
Browse files Browse the repository at this point in the history
Second Kitchen - add file:// via solid-rest, electron goodies
  • Loading branch information
jeff-zucker authored Aug 30, 2021
2 parents 6576b09 + cc87a45 commit 1883b8d
Show file tree
Hide file tree
Showing 385 changed files with 114,996 additions and 56,827 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,15 @@ typings/

# next.js build output
.next

# notes and drafts
drafts

# emacs backups
*~

# testing with other front-end
bundles/solid-ide/*

# don't overwrite user's config
config.json
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
# data-kitchen
The solid databrowser technology as a stand-alone electron app

## To run
**Note: many additions and changes, run the app and use the help menu to learn
about them**

```
npm install
npm start
```

## To make a packaged version
## To install & run see <a href="https://jeff-zucker.github.io/data-kitchen.html">Download & Install Instructions</a>


```
npm install
sudo npm install -g electron-packager
npm package

```
See the many other options of electron-packager.
## Goals
The goal of this project is to provide a kitchen where the user is cook, and
the power user is chef.
Expand Down
Loading

0 comments on commit 1883b8d

Please sign in to comment.