Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 30abde1

Browse files
authored
Update README.md
1 parent b65a82a commit 30abde1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1+
> ⚠️ This project is no longer maintained, we recommend using [fresh](https://fresh.deno.dev) that is maintained by deno team.
2+
13
[![Aleph.js: The Full-stack Framework in Deno.](.github/poster.svg)](https://alephjs.org)
24

35
<p>
46
<a href="https://discord.gg/pWGdS7sAqD"><img src="https://img.shields.io/discord/775256646821085215?color=%23008181&label=Chat&labelColor=%23111&logo=discord&logoColor=%23aaaaaa" alt="Chat"></a>
57
<a href="https://twitter.com/intent/follow?screen_name=alephjs"><img src="https://img.shields.io/twitter/follow/alephjs?style=social" alt="Twitter"></a>
68
</p>
79

8-
> ⚠️ Not yet 1.0. Many things are subject to change. Documentation is lacking in many places. Try it out and give us
9-
> feedback!
10-
1110
Some demo apps deployed to [Deno Deploy](https://deno.com/deploy) with the new architecture:
1211

1312
- React App: https://aleph-hello.deno.dev/
@@ -31,7 +30,7 @@ Initialize a new project, you can pick a start template with `--template` flag,
3130
`[react, react-mdx, api, yew]`
3231

3332
```bash
34-
deno run -A -r https://alephjs.org/init.ts
33+
deno run -A -r https://alephjs.org/init.tsh
3534
```
3635

3736
after `init`, you can run the app with deno tasks:

0 commit comments

Comments
 (0)