Skip to content

Commit

Permalink
Add edit page with some phoneme selector.
Browse files Browse the repository at this point in the history
  • Loading branch information
abadi199 committed Jan 29, 2020
0 parents commit 12f9927
Show file tree
Hide file tree
Showing 13 changed files with 7,905 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
lib/bs
node_modules/
dist
.cache
13 changes: 13 additions & 0 deletions .merlin
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
####{BSB GENERATED: NO EDIT
B lib/bs
FLG -open Phonics
FLG -ppx '/home/abadi199/Code/Reason/phonics/node_modules/bs-platform/lib/bsppx.exe -bs-jsx 3'
S /home/abadi199/Code/Reason/phonics/node_modules/bs-platform/lib/ocaml
B /home/abadi199/Code/Reason/phonics/node_modules/bs-platform/lib/ocaml
FLG -nostdlib
FLG -w -30-40+6+7+27+32..39+44+45+101
S /home/abadi199/Code/Reason/phonics/node_modules/reason-react/lib/ocaml
B /home/abadi199/Code/Reason/phonics/node_modules/reason-react/lib/ocaml
S src
B lib/bs/src
####BSB GENERATED: NO EDIT}
21 changes: 21 additions & 0 deletions bsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "phonics",
"reason": {
"react-jsx": 3
},
"sources": {
"dir": "src",
"subdirs": true
},
"package-specs": {
"module": "commonjs",
"in-source": true
},
"suffix": ".bs.js",
"bs-dependencies": ["reason-react"],
"warnings": {
"error": "+101"
},
"namespace": true,
"refmt": 3
}
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<html>
<body>
<div id="app"></div>
<script src="./src/index.re"></script>
<link rel="stylesheet" href="./src/style.scss" />
</body>
</html>
Loading

0 comments on commit 12f9927

Please sign in to comment.