Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 216 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 216 Bytes

Jotter

alt text

Frontend

  • Svelte
  • Typescript
  • Vite
  • Netlify

Installation

npm install npm run dev

Backend

  • Python
  • FastAPI
  • Render

Installation

uvicorn main:app --reload