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-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,17 @@
2
2
3
3
Recreatiing the essential part of [Dnotebook](https://playnotebook.jsdata.org/) using react. See old repo [here](https://github.com/opensource9ja/dnotebook)
4
4
5
-
Disclaimer: UI is not fancy (no css is used for now).
6
-
7
5
## Component Structure
8
6
Cell.js --> Contains all operation pertaining to a cell block
9
7
10
8
App.js --> Manage all cells block and general operations like Downloading and Uploading of Notebook
11
9
12
10
Index.js --> Renders the App.
13
11
12
+
## To contribute
13
+
14
+
1. Clone the repository
15
+
2. cd into the clone repository
16
+
3. run `yarn`
17
+
4. To start the web page: `yarn start` and go to `localhost:3000` to see the webpage
0 commit comments