This repository was archived by the owner on Jul 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Welcome, and thank you for taking time in contributing to Aleph.js! You can improve Aleph.js in different ways:
4
4
5
- - ∆ add new features
6
- - ✘ bugfix
5
+ - ∆ submit new features
6
+ - ✘ find bugs
7
7
- ✔︎ review code
8
8
- ☇ write plugins
9
9
- 𝔸 improve our [ documentation] ( https://github.com/alephjs/alephjs.org )
10
10
11
11
## Development Setup
12
12
13
- You will need [ Deno] ( https://deno.land/ ) 1.8 +.
13
+ You will need [ Deno] ( https://deno.land/ ) 1.13 +.
14
14
15
15
1 . Fork this repository to your own GitHub account.
16
16
2 . Clone the repository to your local device.
@@ -37,24 +37,25 @@ deno test -A --unstable --location=http://localhost --import-map=./import_map.js
37
37
## Project Structure
38
38
39
39
- ** /bundler** bundler for production mode
40
- - ** /commands** commands code
41
- - ** /compiler** the compiler written in rust powered by swc
40
+ - ** /commands** commands to start
41
+ - ** /compiler** a JS/TS/JSX compiler written in rust powered by swc
42
42
- ** /framework**
43
43
- ** core** framework core
44
44
- ** react** framework in React
45
45
- ** /design** design drawings and assets
46
- - ** /examples** examples
46
+ - ** /examples** examples to learn
47
47
- ** /plugins** official plugins
48
- - ** /server** server code
48
+ - ** /server** server to run apps
49
49
- ** /shared** shared code
50
50
51
51
## Code Style We Followed
52
52
53
53
- Single quote for string
54
- - No semicolon
54
+ - No semicolons
55
55
- 2 spaces indent
56
56
- Types everything
57
57
- Order your imports
58
+ - Format code using vscode default TS Server
58
59
59
60
## Code of Conduct
60
61
You can’t perform that action at this time.
0 commit comments