Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loaderb0t/awdware
https://github.com/loaderb0t/awdware
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/loaderb0t/awdware
- Owner: LoaderB0T
- Created: 2020-12-09T17:54:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T23:19:49.000Z (about 2 years ago)
- Last Synced: 2023-03-06T01:28:50.258Z (over 1 year ago)
- Language: C#
- Size: 38.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# OUT OF DATE - SEE https://github.com/LoaderB0T/awdware3 instead
# awdware
awdware is a hobby web app project that has (or will have) various features.## It's live!
You can visit the current state of the page [here](https://two.awdware.de/).## Why?
Just for fun & learning and mostly for myself. However some of the current or future features actually might be useful for you, so have a look :)## Contributing?
If you really want to contribute feel free to [contact me](mailto:[email protected]).## Build and run
### Client (Src/Awdware.Host/Awdware.Host.Presentation)
**Prerequisites
- NodeJs
- yarn
- [gah](https://github.com/gahjs/core)```powershell
# Prepare
yarn global add @awdware/gah
gah install# Build
gah run ng build# Build productive
gah run ng build --prod# Serve the application
gah run ng serve
```### WebApi
Visual Studio 2019## License
[MIT](https://choosealicense.com/licenses/mit/)