All Projects → urbit → create-landscape-app

urbit / create-landscape-app

Licence: other
Get started making a simple app for Landscape with a few commands.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to create-landscape-app

suite
arvo enrichment
Stars: ✭ 78 (+1.3%)
Mutual labels:  urbit, hoon
Urbit
An operating function
Stars: ✭ 2,970 (+3757.14%)
Mutual labels:  urbit, hoon
home-urbit
Sovereign software for the Urbit internet appliance.
Stars: ✭ 56 (-27.27%)
Mutual labels:  urbit
urbit-content-archiver
A CLI application which allows you to archive Urbit channels and all linked content in them.
Stars: ✭ 33 (-57.14%)
Mutual labels:  urbit
urbit-docker
No description or website provided.
Stars: ✭ 16 (-79.22%)
Mutual labels:  urbit
urbit
Connects to a running Urbit ship via JavaScript
Stars: ✭ 17 (-77.92%)
Mutual labels:  urbit
urbit-visor
Urbit Visor is an extension which transforms your web browser into a first class Urbit client.
Stars: ✭ 65 (-15.58%)
Mutual labels:  urbit

Get started building a simple application for Landscape on your Urbit ship with a few commands.

awesome urbit badge

Getting Started

Simply run npx @urbit/create-landscape-app and follow the prompts, this will create a new folder with your application.

If you'd like to build your application in TypeScript, run npx @urbit/create-landscape-app --typescript.

Once it's done open the README.md in that directory to get started.

FAQ

How can I ensure my app fits Landscape design?

We're currently working on Indigo v2 and hope to release it soon as an NPM package that you can use in your app.

Nothing shows up when I go to https://localhost:3000/apps/{my-app}.

You may need to navigate to directly to https://localhost:3000 first to login.

How do I develop on a different ship?

Edit the ui/.env.local file replacing {URL} with the URL to your new ship:

VITE_SHIP_URL={URL}

Do I need Hoon to build apps for Landscape?

Not necessarily! This template provides examples of using the packages @urbit/api and @urbit/http-api to use existing functionality on your Urbit through JavaScript without any additional lines of Hoon.

How do I learn to communicate with my ship or write back-end code?

In order to do anything substantial with Gall, see this guide for pointers.

But if this is intimidating, don't panic: create-landscape-app is a fantastic way to start learning by leveraging your strengths. This repository is intended to be a boilerplate for rapid front-end development; it's also a gradual, incremental introduction to Hoon for web developers by allowing for rapid prototyping and experimentation with the Landscape interface.

Further Information

You can always get general programming help for Urbit from the Urbit Community (~bitbet-bolbel/urbit-community), the Forge (~middev/the-forge) or the urbit-dev mailing list.

Happy hacking!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].