Run the following to bootstrap a new project
deno run -A -r https://pangea.sh my-project-name
Switch directories into your new project
cd my-project-name
Run the dev server
deno task start
You can now visit http://localhost:3000 to view the page.
The component below is referred to as an "island component". It was statically generated at the time the build script was run, with an initial value of 0. This component is hydrated on the client side, enabling the state to be updated with the buttons below.
0
The code is hosted on GitHub at keastudio/pangea. Contributions are welcome.
Created by Kea Studio, and other great contributors