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
+11-11
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,5 @@
1
1
# MiniJS
2
2
3
-
## Installation
4
-
5
-
To setup MiniJS in your local machine, you can do the following:
6
-
7
-
1. Clone the [repository](https://github.com/Group-One-Technology/minijs).
8
-
2. Run `yarn` to install dependencies.
9
-
3. Run `yarn build` to create the `dist` folder -> output for MiniJS.
10
-
4. Run `yarn dev` to run the demo page locally.
11
-
5. Run `yarn build-watch` on another terminal to build the code whenever the Mini.js code changes.
12
-
6. Run `yarn test` to run the tests.
13
-
14
3
## The Idea
15
4
16
5
- HTML is great because it's easy to learn and extremely accessible. But HTML has shortcomings when it comes to building interfaces with interactivity.
@@ -22,6 +11,17 @@ To setup MiniJS in your local machine, you can do the following:
22
11
23
12
Read the [documentation](https://jorenrui.notion.site/Mini-js-7a51523e0a5845c782097782f49a5bae?pvs=74)
24
13
14
+
## Installation
15
+
16
+
To setup MiniJS in your local machine, you can do the following:
17
+
18
+
1. Clone the [repository](https://github.com/Group-One-Technology/minijs).
19
+
2. Run `yarn` to install dependencies.
20
+
3. Run `yarn build` to create the `dist` folder -> output for MiniJS.
21
+
4. Run `yarn dev` to run the demo page locally.
22
+
5. Run `yarn build-watch` on another terminal to build the code whenever the Mini.js code changes.
23
+
6. Run `yarn test` to run the tests.
24
+
25
25
## Setting State
26
26
27
27
`State` are variables that changes the UI or the DOM that uses it when they get updated.
0 commit comments