Template Commit

This commit is contained in:
Esad Mustafoski
2024-10-31 13:37:02 +01:00
commit b8c12ccc79
15 changed files with 646 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
# ESP (Express, Share, Post)
---
## What's this?
ESP is a simple social media platform built with Deno, Vite and Typescript.
---
# How do I run it?
## Running
Dev server:
```
$ deno task dev
```
## Deploy
Build production assets:
```
$ deno task build
```
---