Skip to content

kowainik/tomlerone

Repository files navigation

tomlerone: Tomland Online

Tomlerone

MPL-2.0 license

TOML format online checker web application based on the tomland library.

Build Instructions

tomlerone is a web application that uses miso as the framework.

To build the project you need to have nix installed on your machine.

Steps:

  1. Clone the repo:

    git clone [email protected]:kowainik/tomlerone.git
    
  2. Run the following command:

    nix-build
    
  3. Open the index.html file in your favourite browser:

    open index.html