You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-25Lines changed: 7 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,47 +34,29 @@ Check out https://abelljs.org for complete documentation.
34
34
35
35
## 🚀 Syntax Example
36
36
37
-
```jsx
37
+
```vue
38
+
<!-- index.abell -->
38
39
<html>
39
40
<body>
40
41
I can render JavaScript! Look: {{ 10 + 10 }}
41
42
</body>
42
43
</html>
43
44
```
44
45
45
-
This code outputs:
46
-
46
+
Output:
47
47
```html
48
+
<!-- index.html -->
48
49
<html>
49
50
<body>
50
51
I can render JavaScript! Look: 20
51
52
</body>
52
53
</html>
53
54
```
54
55
55
-
### 🤗 Local Installation & Contributing
56
-
57
-
Fork [abelljs/abell](https://github.com/abelljs/abell), Then follow these commands
58
-
59
-
```sh
60
-
git clone https://github.com/:github-username/abell # Get a copy of the codebase in your codebase
61
-
cd abell
62
-
npm install # Installs all the dependencies
63
-
npm link # This command will add the current directory to global packages.
64
-
cd examples/main # Directory `examples` has sample abell projects.
65
-
abell build # command to build project or
66
-
abell serve # command to start dev server.
67
-
```
68
-
69
-
We would love to have contributions! The contributing guidelines along with local setup guide is mentioned in [CONTRIBUTING.md](CONTRIBUTING.md)
56
+
### 🤗 Contributing
70
57
71
-
### 💙 Related Repositories
72
-
73
-
-[abelljs/abell-website](https://github.com/abelljs/abell-website): Code of Documentation website of Abell (https://abelljs.org)
74
-
-[abelljs/abell-renderer](https://github.com/abelljs/abell-renderer): Low-level API that deals with rendering of `.abell` files.
58
+
The contributions might get a bit difficult to do right now since I am not quiet clear on which path the Abell is going to go. I will recommend contributing once Abell v1 gets a bit stable.
75
59
76
60
---
77
61
78
-
[<imgalt="Buy me a Coffee Button"width=200src="https://c5.patreon.com/external/logo/become_a_patron_button.png">](https://www.patreon.com/bePatron?u=31891872) [<imgalt="Buy me a Coffee Button"width=200src="https://cdn.buymeacoffee.com/buttons/default-yellow.png">](https://www.buymeacoffee.com/saurabhdaware)
79
-
80
-
If you want to know the status and get updates you can follow me on [Twitter @saurabhcodes](https://twitter.com/saurabhcodes)
62
+
If you like my work, you can sponsor me on GitHub: https://github.com/sponsors/saurabhdaware 🌻
0 commit comments