An arithmetics game written for my sisters.
Play here
-
Get development tools.
-
Alternatively:
-
Install Nix and
direnv. -
Enable
direnvin this directory.direnv allow -
Now, you should have a
devShellwith tools likenodejs,purescript,dhall-lsp-server, etc. -
If using
VSCode, install thenwolverson.ide-purescriptextension.
-
-
Install dependencies.
npm i -
Run
SASSconverter in watch mode.npm run sass -
Run
spagoin watch mode.spago build -w- The
nwolverson.ide-purescriptextension forVSCodedoes this for you.
- The
-
Run
parcelin watch mode.npm run dev- It will open a browser tab with the app running on port
1234.
- It will open a browser tab with the app running on port
-
(Optionally) Run
localtunnelto access your app on other devices.npx lt -p 1234 -s <SUBDOMAIN>- It will listen on port
1234. - The app will be available at
https://<SUBDOMAIN>.loca.lt. - You can specify subdomain via the
-sargument.
- It will listen on port
