Template Commit
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal 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
|
||||
```
|
||||
|
||||
---
|
||||
Reference in New Issue
Block a user