Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Smart Notes — AI-Powered Notes App

A template app ready to deploy on [Embr](https://portal.embrdev.io). FastAPI backend serves a plain HTML/JS frontend on a single port — no frontend build step needed.
A template app ready to deploy on [Embr](https://aka.ms/embr). FastAPI backend serves a plain HTML/JS frontend on a single port — no frontend build step needed.

## Deploy to Embr

Expand All @@ -14,7 +14,7 @@ run:
port: 8080
```

Connect this repo in the [Embr Portal](https://portal.embrdev.io), and Embr will install dependencies from `requirements.txt`, then start the server automatically.
Connect this repo in the [Embr Portal](https://aka.ms/embr), and Embr will install dependencies from `requirements.txt`, then start the server automatically.

## Run Locally

Expand Down