Skip to content

Commit

Permalink
updates doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kaichaosun committed Dec 13, 2021
1 parent 10252ca commit 98da6f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This is a Language about Languages - a way to publish and make available Languages to others.


## Development

### Release

```shell
npm install
npm run build
```

## Build overview

The whole project compiles and bundles to one file: `build/bundle.js`.
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && rollup -c",
"build-dna": "cd hc-dna && nix-shell --run ./build.sh && cd ..",
"build-nix": "npm run build-dna && tsc && rollup -c",
"dev": "tsc && rollup -c rollup.config.icons.js && rollup -c -w"
},
"author": "",
Expand Down

0 comments on commit 98da6f2

Please sign in to comment.