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

Commit 7721417

Browse files
author
Je
committed
doc: update readme
1 parent 227a04b commit 7721417

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<div align="center">
22
<br/>
3-
<img src="./examples/hello-world/public/logo.png" width="90" height="90" />
3+
<br/>
4+
<img src="./examples/hello-world/public/logo.png" width="120" height="120" />
5+
<br/>
46
<br/>
57
<br/>
68
</div>
79

8-
# AlephJS
9-
The radical new Front-End Framework with React in [Deno](https://deno.land), inspired by [next.js](https://nextjs.org) and [snowpack](https://www.snowpack.dev).
10+
# Aleph.js
11+
The React Framework in [Deno](https://deno.land), inspired by [next.js](https://nextjs.org) and [snowpack](https://www.snowpack.dev).
1012

1113
## Features
1214
- Zero Config
@@ -29,6 +31,9 @@ $ cd hello
2931
# start app in development mode
3032
$ aleph
3133

34+
# start app in production mode
35+
$ aleph start
36+
3237
# build app
3338
$ aleph build
3439

0 commit comments

Comments
 (0)