2.7 KiB
2.7 KiB
ESP (Express, Share, Post)
What's this?
ESP is a simple social media platform built with Deno, Vite and Typescript.
But there's lots of Social Media, why another one?
We're building ESP to avoid the clutter of other Social Media websites.
It's build to be simple, fast and easy to use, all while keeping a Minimal feeling to it.
How do I run it?
Running
Dev server:
$ deno task dev
API only:
$ deno task dev:api
Vite only:
$ deno task dev:vite
Deploy
Build production assets:
$ deno task build