Update readme and build script
This commit is contained in:
15
README.md
15
README.md
@@ -38,6 +38,21 @@ var simulation = d3.forceSimulation(nodes);
|
||||
</script>
|
||||
```
|
||||
|
||||
## File structure
|
||||
- [index.js](index.js) Export list of the module
|
||||
- [src/](src) Source code of the module
|
||||
- [package.json](package.json) Node.js moudle descriptor with build scripts
|
||||
- [img](img) Images for this readme file
|
||||
- [examples](examples) An example page running all the algorithms implemented
|
||||
|
||||
## Building
|
||||
```bash
|
||||
npm run build
|
||||
npm run minify
|
||||
npm run zip
|
||||
```
|
||||
See package.json for more details.
|
||||
|
||||
## API Reference
|
||||
|
||||
#### Spring Model
|
||||
|
||||
Reference in New Issue
Block a user