We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb1746 commit 67f1c97Copy full SHA for 67f1c97
.gitignore
@@ -0,0 +1,28 @@
1
+.env
2
+dev
3
+examples/es6/node_modules
4
+experiments/node_modules
5
+node_modules
6
+**/npm-debug.log
7
+*.DS_STORE
8
+experiments
9
+manual-test
10
+training/lstm/data/t
11
+.cache
12
+/public
13
+/static
14
+/dist
15
+/dist_examples
16
+
17
+website/translated_docs
18
+website/build/
19
+website/yarn.lock
20
+website/node_modules
21
22
+website/i18n/*
23
+!website/i18n/en.json
24
25
+yarn-error.log
26
+local.log
27
28
+coverage/*
README.md
@@ -1,2 +1,4 @@
# ml5-neuralnetwork-test-build
This repo is a test to see what it would take to create a new build for ml5.
+## Build Process
0 commit comments