An arithmetics game written for my sisters.
Play here
-
Get development tools.
-
Alternatively:
-
Install Nix and
direnv
. -
Enable
direnv
in this directory.direnv allow
-
Now, you should have a
devShell
with tools likenodejs
,purescript
,dhall-lsp-server
, etc. -
If using
VSCode
, install thenwolverson.ide-purescript
extension.
-
-
Install dependencies.
npm i
-
Run
SASS
converter in watch mode.npm run sass
-
Run
spago
in watch mode.spago build -w
- The
nwolverson.ide-purescript
extension forVSCode
does this for you.
- The
-
Run
parcel
in 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
localtunnel
to 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
-s
argument.
- It will listen on port