# ESP (Express, Share, Post) --- ## What's this? ESP is a simple social media platform built with [Deno](https://deno.land/), [Vite](https://vitejs.dev/) and [Typescript](https://www.typescriptlang.org/). ## 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 built to be simple, fast and easy to use, all while keeping a Minimal feeling to it. --- # How do I run it? The only dependency is Deno! Nothing else is required, Deno will install all the Modules needed and start it. ## Running API + Website: ```bash $ deno task dev ``` API only: ```bash $ deno task dev:api ``` Vite only: ```bash $ deno task dev:vite ``` ## Deploy Build production assets: ```bash $ deno task build ``` --- # Resources ## Libs/Frameworks used ## Tools used