Skip to content

Commit 19b1bbf

Browse files
authored
update readme
1 parent e24a1a9 commit 19b1bbf

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22

33
Recreatiing the essential part of [Dnotebook](https://playnotebook.jsdata.org/) using react. See old repo [here](https://github.com/opensource9ja/dnotebook)
44

5-
Disclaimer: UI is not fancy (no css is used for now).
6-
75
## Component Structure
86
Cell.js --> Contains all operation pertaining to a cell block
97

108
App.js --> Manage all cells block and general operations like Downloading and Uploading of Notebook
119

1210
Index.js --> Renders the App.
1311

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
18+

0 commit comments

Comments
 (0)