Skip to content

Commit

Permalink
docs: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
smessie committed Nov 17, 2023
1 parent 191cee9 commit 7b8e39f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# form-generator
# FormGenerator

A form generator app with Solid - Google Forms but the Solid way.

Expand All @@ -7,15 +7,15 @@ create form definitions and share them with other users. The generated form defi
and can then be used together with a form renderer to render the form.

Such a form renderer is not part of this repository, but can be found
at [phochste/FormViewer](https://github.com/phochste/FormViewer).
at [SolidLabResearch/FormViewer](https://github.com/SolidLabResearch/FormViewer), [SolidLabResearch/FormRenderer](https://github.com/SolidLabResearch/FormRenderer), or [SolidLabResearch/FormCli](https://github.com/SolidLabResearch/FormCli).

This application functions as the solution for
the [[SolidLabResearch/Challenges#64] Drag & drop form builder app to build a basic RDF form definition](https://github.com/SolidLabResearch/Challenges/issues/64)
challenge which is part of
the [[SolidLabResearch/Challenges#19] Solid basic form builder (Google Forms but the Solid way)](https://github.com/SolidLabResearch/Challenges/issues/19)
scenario.

A live version of this application can be found at [https://formgenerator.smessie.com/](https://formgenerator.smessie.com/).
A live version of this application can be found at [http://solidlabresearch.github.io/FormGenerator/](http://solidlabresearch.github.io/FormGenerator/).

## Prerequisites

Expand All @@ -29,7 +29,7 @@ You will need the following things properly installed on your computer.
## Installation

* `git clone <repository-url>` this repository
* `cd form-generator`
* `cd FormGenerator`
* `npm install`

## Running / Development
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "form-generator",
"version": "0.0.0",
"private": true,
"description": "Small description for form-generator goes here",
"repository": "",
"description": "A form generator app with Solid - Google Forms but the Solid way",
"repository": "https://github.com/SolidLabResearch/FormGenerator",
"license": "MIT",
"author": "",
"author": "Ieben Smessaert",
"directories": {
"doc": "doc",
"test": "tests"
Expand Down

0 comments on commit 7b8e39f

Please sign in to comment.