Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
node_modules
dist
/.pnp
.pnp.js

Expand Down
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
- [editor-pro](#editor-pro)
- [evergreen-component-mapper](#evergreen-component-mapper)
- [Available Scripts](#available-scripts)
- [`npm start`](#npm-start)
- [`npm install`](#npm-install)
- [`npm bootstrap`](#npm-bootstrap)

:warning: **THIS IS WIP REPOSITORY!** :warning:
# Data Driven Forms Pro Editor
Expand Down Expand Up @@ -45,11 +46,7 @@ Set of basic components to power `editor-pro` properties editor. [See more](http

In the project directory, you can run:

## `npm start`
## `npm install`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.
## `npm bootstrap`

6 changes: 6 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"packages": [
"packages/*"
],
"version": "0.0.0"
}
Loading