update readme

This commit is contained in:
rubikscraft 2022-04-18 14:54:29 +02:00
parent bcf74bd802
commit 5ca8516560
No known key found for this signature in database
GPG key ID: 1463EBE9200A5CD4
2 changed files with 6 additions and 29 deletions

View file

@ -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: <https://picsur.rubikscraft.nl/>
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:

View file

@ -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.