From 5ca851656025713ec0cf49b9199c20726e9786c1 Mon Sep 17 00:00:00 2001 From: rubikscraft Date: Mon, 18 Apr 2022 14:54:29 +0200 Subject: [PATCH] update readme --- README.md | 8 ++++++-- frontend/README.md | 27 --------------------------- 2 files changed, 6 insertions(+), 29 deletions(-) delete mode 100644 frontend/README.md diff --git a/README.md b/README.md index e89691a..d09b63c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ I couldn't really find any open source project that allowed you to easily host images. So I decided to create one. -It works like a hybrid between imgur and pastebin. +It feels like a hybrid between Imgur and Pastebin. ## Beta @@ -19,12 +19,16 @@ But it does function, so feel free to give it a try. You can view a live demo here: -The images are deleted every five minutes, and the max filesize is 16MB. But it should give you an indication of how it works. +The images are deleted every five minutes, and the maximum filesize is 16MB. But it should give you an indication of how it works. ## Bugs If you encounter any bugs or oddities, please open an issue [here](https://github.com/rubikscraft/Picsur/issues). Cause without feedback I'll never know they exists. +## Star + +If you like this project, don't forget to give it a star. It tells me that I'm not wasting my time on something that people don't like. + ## Running You easily run this service yourself via Docker. Here is an example docker-compose file: diff --git a/frontend/README.md b/frontend/README.md deleted file mode 100644 index 0f53379..0000000 --- a/frontend/README.md +++ /dev/null @@ -1,27 +0,0 @@ -# PicsurFrontend - -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.5. - -## Development server - -Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. - -## Code scaffolding - -Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. - -## Build - -Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. - -## Running unit tests - -Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). - -## Running end-to-end tests - -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. - -## Further help - -To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.