Skip to content

Commit fe13a49

Browse files
committed
removed img and demo info
1 parent 98f343a commit fe13a49

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

README.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
![browsertools r package](browsertools.png)
21

32
<!-- badges: start -->
43
![version](https://img.shields.io/github/package-json/v/davidruvolo51/browsertools/prod?color=%2326709e)
@@ -67,33 +66,3 @@ The package offers the following functions.
6766
| `show_elem` | `elem` | show an element
6867
| `toggle_css` | `elem`, `css` | toggle a css class
6968
| `toggle_elem` | `elem` | toggle the state of an element (i.e., hide or show)
70-
71-
### Demo
72-
73-
You can now view a demo of this package by running the following function.
74-
75-
```r
76-
browsertools::run_demo()
77-
```
78-
79-
## Development
80-
81-
If you would like to modify the package's js files, you will need to install the following tools.
82-
83-
1. [Node and Npm](https://nodejs.org/en/).
84-
2. [Yarn](https://yarnpkg.com/getting-started/install)
85-
86-
This package also uses parceljs as the application bundler and a number of js packages. To install these tools, run the following command.
87-
88-
```bash
89-
yarn install
90-
```
91-
92-
To build javascript file, run the following command in the terminal.
93-
94-
```bash
95-
yarn clean # removes existing files
96-
yarn build # rebuilds js
97-
```
98-
99-
Use the R script `dev/dev.R` for managing the package and the dev app for debugging/building new features.

0 commit comments

Comments
 (0)