What I’m trying to do:
I want to create anvil project at online editor, and download it to local PC(server) and service
What I’ve tried and what’s not working:
I can’t find any menu can download the anvil app
Code Sample:
# this is a formatted code snippet.
# paste your code between ```
Clone link:
share a copy of your app
Apps made by Anvil are Web Apps which you can publish to a URL or a Custom Domain of your own.
All Anvil Apps are Progressive web apps though which means that even though they are a website, they can installed on your phone or PC.
When you visit your app on the given URL, you will see a popup asking you to download on some browsers. Otherwise you can take a look at this post
2 Likes
A couple of other possibilities, given the question.
If you’re talking about running the Anvil App locally, you want the open source Anvil runtime: https://github.com/anvil-works/anvil-runtime
If you’re talking about downloading a local backup of your code, you want to download a copy using Git: Anvil Docs | Git
5 Likes