ringtools-web-v2/README.md

23 lines
774 B
Markdown
Raw Normal View History

2022-01-17 19:06:36 +01:00
# Ringtools-Web
2022-01-16 22:44:47 +01:00
2022-01-17 19:06:36 +01:00
A webbased tool which guides the process of organizing and balancing "Ring of Fires" on the Bitcoin Lightning network.
Built with Angular, Bootstrap and Socket.IO.
2022-01-16 22:44:47 +01:00
2022-01-17 19:06:36 +01:00
## Development
2022-01-16 22:44:47 +01:00
2022-01-17 19:06:36 +01:00
Run `yarn start serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
2022-01-16 22:44:47 +01:00
## Build
2022-01-17 19:06:36 +01:00
Run `yarn build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Tests
2022-01-16 22:44:47 +01:00
2022-01-17 19:06:36 +01:00
### Unit tests
2022-01-16 22:44:47 +01:00
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
2022-01-17 19:06:36 +01:00
### End-to-end tests
2022-01-16 22:44:47 +01:00
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.