Animal Crossing tune maker
See the codeA website for making Animal Crossing tunes, written in OCaml with Bucklescript-TEA.
yarn install
yarn dev
This will start a dev server on http://localhost:8080 and auto-reload as changes are made.
Note that the SVG files are written manually and it's not recommended to make changes to them via a visual editor, since the code depends on certain classes/elements to exist.
yarn run build
Artifacts will be found in the dist directory on success.
If deploying to GitHub pages, there's also a yarn run deploy script which will
build and push to your origin/gh-pages branch (make sure to override the value
in static/CNAME if you're using your CNAME).
Install opam (OCaml Package Manager)
Install OCaml 4.06.1 (Note: BuckleScript requires 4.06.x)
opam switch create 4.06.1
opam pin add ocaml-lsp-server https://github.com/ocaml/ocaml-lsp.git
opam install ocaml-lsp-server
opam install ocamlformat
112 commits
28 commits
OCaml
68.8%
JavaScript
19.1%
CSS
8.7%
HTML
3.4%
Animal Crossing tune maker
See the codeA website for making Animal Crossing tunes, written in OCaml with Bucklescript-TEA.
yarn install
yarn dev
This will start a dev server on http://localhost:8080 and auto-reload as changes are made.
Note that the SVG files are written manually and it's not recommended to make changes to them via a visual editor, since the code depends on certain classes/elements to exist.
yarn run build
Artifacts will be found in the dist directory on success.
If deploying to GitHub pages, there's also a yarn run deploy script which will
build and push to your origin/gh-pages branch (make sure to override the value
in static/CNAME if you're using your CNAME).
Install opam (OCaml Package Manager)
Install OCaml 4.06.1 (Note: BuckleScript requires 4.06.x)
opam switch create 4.06.1
opam pin add ocaml-lsp-server https://github.com/ocaml/ocaml-lsp.git
opam install ocaml-lsp-server
opam install ocamlformat
112 commits
28 commits
OCaml
68.8%
JavaScript
19.1%
CSS
8.7%
HTML
3.4%