Check out our docs for the installation guide.
Alternatively you can get the latest Mify CLI from Releases.
Before using it you need to install and start Docker which is used for running some code generation tasks, You can refer to Docker's guide for installation.
Right now Mify should work on Linux, Mac and WSL.
At this moment Mify supports Go, Python and ExpressJS based templates for backends, and NuxtJS and React on Typescript for frontends, here's what you need to install before starting developing in your choosen template:
Go:
Python (Beta):
NuxtJS, React, ExpressJS:
You can always install mify from main branch using Go:
$ go install github.com/mify-io/mify/cmd/mify@latest
Create your first project: https://mify.io/docs
Guide on how to create sample backend and frontend app: https://mify.io/docs/guides/overview
If you have any questions, join our Discord channel!