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
For more options with the command line, refer to the [Prettier Documentation](https://prettier.io/docs/en/cli.html)
59
59
60
+
## Building the Library
61
+
62
+
To build the ml5 library for production, run the following commands
63
+
64
+
```
65
+
npm install
66
+
npm run build
67
+
```
68
+
69
+
This will create a production version of the library in `/dist` directory.
70
+
60
71
## Process
61
72
62
73
_This section explains how this repository was creates and is for reference purposes only. The steps outlines in this section do not need to be followed by contributors._
0 commit comments