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
Or, you can use the new and shiny [ES6 module importation](https://developer.mozilla.org/en-US/docs/web/javascript/reference/statements/import) statements.
Note that *fastestsmallesttextencoderdecoder* must be installed via the following snippet in the terminal in order for the `require("fastestsmallesttextencoderdecoder")` to work.
93
115
94
116
```Bash
@@ -102,3 +124,18 @@ Visit the [GithubPage](https://anonyco.github.io/FastestSmallestTextEncoderDecod
102
124
## NPM Project
103
125
You can find this project on [npm here at this link](https://npmjs.org/package/fastestsmallesttextencoderdecoder).
104
126
127
+
# Development
128
+
129
+
Develop the project on your own by cloning it with the following command line.
130
+
131
+
```Bash
132
+
git clone https://github.com/anonyco/FastestSmallestTextEncoderDecoder.git;cd FastestSmallestTextEncoderDecoder; npm run install-dev
133
+
```
134
+
135
+
Now that it is cloned, edit the files as you see fit. Now that the files have been edited, run the following in order to build the project.
136
+
137
+
```Bash
138
+
git clone https://github.com/anonyco/FastestSmallestTextEncoderDecoder.git;cd FastestSmallestTextEncoderDecoder; npm run install-dev
0 commit comments