docs/docs/how-to/using-ona.md
Ona is a cloud development environment with all the necessary tools and dependencies, allowing you to focus on building your RedwoodJS application without worrying about the setup. Get started quickly and efficiently by launching RedwoodJS inside Ona!
Click on the Run in Ona button:
This will launch Ona and ask you to configure a new workspace. Click continue.
Ona will then begin to build your workspace using Dev Containers and Automations. This may take several minutes as it:
What's going on behind the scenes:
yarn install, adding all the dependencies for the projectOnce everything is up and running, you can click on the Ports tab:
You can click on the address or the globe icon to open that particular port in a new tab.
Port 5432 is the database. So, if you click on that port, you'll probably see a "Port 5432 Not Found" error, but it is working!
Port 8910 is your frontend
Port 8911 is your backend and will show you a list of all available functions. If you add /graphql to the end of the URL, you should see the GraphQL Playground
If you have an existing project, you can still use Gitpod:
gitpod.io/# to the URL. This will quickly launch a Ona environment.yarn install to install all the dependencies