An open API service indexing awesome lists of open source software.

https://github.com/lukasturcani/quordle

Quordle in Elm.
https://github.com/lukasturcani/quordle

Last synced: 8 months ago
JSON representation

Quordle in Elm.

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.