Search results
Quickstart #
This is a quickstart guide to set up a new project with uberfx and deploy it to an uberspace. To follow along, you will need an uberspace account.
Create a new project #
New projects can be created with the init
command:
1uberfx init
This will create a new directory myproject
with a basic project structure.
Build and deploy the project #
To build and deploy a project, use the deploy
command,
replacing password
with your uberspace password:
1uberfx deploy --var "password=$PASSWORD"
This will build the project and deploy it to the uberspace. It will be running at the domain you specified in the config file.
Next steps #
- Local testing is described at uberfx go run
- Additional information on the commands can be found in the respective sections: uberfx init, uberfx install, uberfx deploy.