2023-06-27 03:25:34 +00:00
|
|
|
# Clonegur
|
2023-06-26 13:46:12 +00:00
|
|
|
|
2023-06-27 03:25:34 +00:00
|
|
|
Created by TopchetoEU
|
2023-06-26 13:46:12 +00:00
|
|
|
|
2023-06-27 03:25:34 +00:00
|
|
|
## Technologies:
|
|
|
|
|
|
|
|
- Deno
|
|
|
|
- Angular
|
|
|
|
- My brainz
|
|
|
|
|
|
|
|
## What is this?
|
|
|
|
|
|
|
|
This is exactly what the title sells it for - it's an imgur clone (but kinda worse).
|
|
|
|
|
|
|
|
## How to use?
|
|
|
|
|
|
|
|
Currently, we only have a backend, which can be easily run via the command (in the main directory):
|
|
|
|
|
|
|
|
```sh
|
|
|
|
$ deno run -A src/index.ts
|
|
|
|
```
|