2
0
Files
guilloche-generator/README.md
Michał Czechowski 700b147889 Update README.md
2018-09-02 17:56:42 +02:00

60 lines
2.4 KiB
Markdown

<div align="center">
<img src="https://user-images.githubusercontent.com/10194510/44956832-63746780-aeca-11e8-85a4-09fa8138e659.png" alt="Random Guilloche Generator" height="300" />
</div>
---
<h1 align="center"><strong>Random Guilloche Generator</strong></h1>
<div align="center">
<a href="https://npmjs.org/package/nls-guilloche">
<img src="https://badgen.now.sh/npm/v/nls-guilloche" alt="version" />
</a>
</div>
---
## Rquirements
- Node.js
- Angular CLI
## NPM Scripts
| command | description |
|------------------|-----------------------------------------------------------------|
| `npm run start` | start development server on `http://localhost:4200/` |
| `npm run build` | build production application and save to `./dist` |
| `npm run build:library` | build node module and save to `./dist/NlsGuilloche` |
## Development server
Download dependencies with `npm i` or `yarn`.
Run `npm run start` for a dev server. Browser opens and navigates automatically to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Build
Run `npm run build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## Author
The author of this software is Michael Czechowski, web developer based in Stuttgart and Berlin, Germany. Only with the support of two very talented web developers, Erik Kimsey and Martin Maga, this software could be realized. We are proud to mention that we can present this software as free software.
## Contributors
- Michael Czechowski (<mail@dailysh.it>)
- Erik Kimsey
- Martin Maga
## License
Copyright (C) 2018 Michael Czechowski
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.