Skip to content

Commit

Permalink
UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
simonharrer committed Jun 10, 2024
1 parent c41ab87 commit 0fff968
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Data Contract Editor

The [Data Contract Editor](https://editor.datacontract.com) is like VS Code, but for [data contracts](https://datacontract.com). It's enterprise-friendly as it stores the data contracts in localStorage of your browser.
The [Data Contract Editor](https://editor.datacontract.com) is like VS Code, but for [data contracts](https://datacontract.com). It's enterprise-friendly as it stores the data contracts in your browser.

**Features**

- ✅Syntax highlighting
- ✅Code completion
- ✅Error checking
- ✅Live HTML preview
- ✅Share data contracts via URLs
- Syntax highlighting
- Code completion
- Error checking
- Live HTML preview
- Share data contracts via URLs

Try it out at [editor.datacontract.com](https://editor.datacontract.com).

Expand All @@ -25,6 +25,7 @@ npm run dev
npm install
npm run build
cp public/templates.js dist/templates.js
# deploy dist folder
```

## How to update the templates
Expand All @@ -35,3 +36,7 @@ Templates are taken from the Data Contract CLI. To update the templates, do the
2. remove .items() everywhere
3. Fix datacontract.html so that it does not contain all the wrapper stuff around it
4. `npm run precompile`

## License

MIT

0 comments on commit 0fff968

Please sign in to comment.