Skip to main content

Get Started with on Appz

You can deploy a static site to Appz with zero configuration.

To get started with on Appz:

  • If you already have a project set up with , first install the Appz CLI. Then, run the appz command from your project’s root directory to deploy.
  • Alternatively, clone one of our example repositories to your preferred git provider. You can then deploy it on Appz using the deployment button provided below:
  • Or, select a template from Appz’s marketplace:
1

Set up a new project

terminal
appz init astro
2

Install Toolchain & Dependencies

terminal
cd astro
appz setup
this will install dependencies, including the Nodejs runtime requirements
3

Start development Server

appz dev
4

Build & Preview

appz build
appz preview
5

Deploy

appz