Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 818 Bytes

File metadata and controls

32 lines (20 loc) · 818 Bytes

Development

Configuration

To setup the dev environment:

  1. Install mise, make sure to also:
    • add auto-activation for your shell
    • add autocompletion (if it wasn't done automatically)
  2. Run mise install

Running

Once the dev environment is configured, serve the app with:

mise serve

To show all available commands write mise run and hit tab.