https://github.com/lukasturcani/quordle
Quordle in Elm.
https://github.com/lukasturcani/quordle
Last synced: 8 months ago
JSON representation
Quordle in Elm.
- Host: GitHub
- URL: https://github.com/lukasturcani/quordle
- Owner: lukasturcani
- Created: 2022-04-11T17:37:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T21:08:52.000Z (over 3 years ago)
- Last Synced: 2025-01-10T17:17:43.144Z (10 months ago)
- Language: HTML
- Homepage:
- Size: 220 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Quordle
=======
Development environment
-----------------------
To set up the development environment, run:
.. code-block:: sh
npm install
To set up live reloading, run:
.. code-block:: sh
npm run elm-live
Production build
----------------
To produce production JavaScript, run:
.. code-block:: sh
npm run make-production
which will produce JavaScript assets in the ``output`` folder.