Get started with your app, or deploy an example app today
Quickstart at a glance
The fastest way to try Nuon is to deploy an example app into a test cloud account (AWS, Azure, or GCP) — see the full quickstart for detail.
1
Create your account
2
Install the CLI
Run
brew install nuonco/tap/nuon.3
Log in
Run
nuon auth login.4
Grab an example app
Run
git clone https://github.com/nuonco/example-app-configs, then cd example-app-configs/eks-simple.5
Define and deploy it
Run
nuon apps create --name eks-simple, then nuon apps sync, then nuon installs create --name <install-name> --region <region>.