22 lines
341 B
Markdown
22 lines
341 B
Markdown
# Clonegur
|
|
|
|
Created by TopchetoEU
|
|
|
|
## 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
|
|
```
|