Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 484 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 484 Bytes

About

A simple todo app built with MightyMeld and TailwindCSS

Editing the app with MightyMeld

  1. Run npm install to install dependencies.

  2. Run npx mightymeld secrets to download a mightymeld.secrets file.

  3. Run npx mightymeld to launch MightyMeld studio in a browser tab.

Running the app without MightyMeld

  1. Type npm install to install dependencies.

  2. Run npm run dev, the app should then appear in a browser tab on localhost:5173