Get up and running with the dev environment
MacOS
1. Homebrew
First, make sure you have homebrew installed to help you get the required software.
2. Yarn, Direnv, Mise
brew install direnv yarn mise1
Currently we require these to be installed.
Mise - manages native dependencies
Direnv - sets up your local shell environment
Yarn - used for frontend installs and tasks
3. Desktop Dev
To run desktop in dev mode:
./dev run-desktop
For a production build:
./dev build-desktop
4. Web Dev
First, install dependencies with yarn
Then, run yarn web:dev:standalone
Powered by Seed Hypermedia