This repository was archived by the owner on Jul 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 11[ ![ Aleph.js: The Full-stack Framework in Deno.] ( ./design/poster.svg )] ( https://alephjs.org )
22
3- <p align = " left " >
3+ <p >
44 <a href =" https://alephjs.org " >Website</a > |
55 <a href =" https://alephjs.org/docs/get-started " >Get Started</a > |
6- <a href =" https://alephjs.org/docs " >Docs</a > | <a href =" ./CONTRIBUTING.md " >Contributing</a >
6+ <a href =" https://alephjs.org/docs " >Docs</a > |
7+ <a href =" ./CONTRIBUTING.md " >Contributing</a >
78</p >
89
9- <p align = " left " >
10+ <p >
1011 <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 >
1112 <a href =" https://twitter.com/intent/follow?screen_name=alephjs " ><img src =" https://img.shields.io/twitter/follow/alephjs?style=social " alt =" Twitter " ></a >
1213</p >
1314
1415<details >
1516 <summary >Boom</summary >
1617 <p >
17-
1818 ``` bash
1919 # get started
20- $ deno run -A https://deno.land/x/aleph/install.ts
20+ $ deno run -A -r https://deno.land/x/aleph/install.ts
2121 $ aleph -h
2222 ```
23-
2423 </p >
2524</details >
Original file line number Diff line number Diff line change 11{
22 "imports" : {
3- "aleph" : " https://deno.land/x/aleph@v0.3.0-alpha.13 /mod.ts" ,
4- "aleph/" : " https://deno.land/x/aleph@v0.3.0-alpha.13 /" ,
3+ "aleph" : " https://deno.land/x/aleph@v0.3.0-alpha.14 /mod.ts" ,
4+ "aleph/" : " https://deno.land/x/aleph@v0.3.0-alpha.14 /" ,
55 "react" : " https://esm.sh/react@17.0.1" ,
66 "react-dom" : " https://esm.sh/react-dom@17.0.1"
77 }
Original file line number Diff line number Diff line change 1- export const VERSION = '0.3.0-alpha.13 '
1+ export const VERSION = '0.3.0-alpha.14 '
You can’t perform that action at this time.
0 commit comments