KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ide
★ 26
Open GitHub ↗
A better IDE for arweave contracts
Download README (.md)
Explore Similar Repositories
rules_tf
:
bazel rules for terraform / tofu
daggerverse
:
My Dagger modules
GPF
:
The code Implementation of the paper “Universal Prompt Tuning for Graph Neural Networks”.
DINet-UI
:
Windows Forms user interface for making lip sync videos with DINet and OpenFace
zklogin-verifier
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ide
?
Download (.md)
# BetterIDEa - A web based IDE for AO the computer <center> [](https://ide.betteridea.dev) [](https://docs.betteridea.dev) [](https://twitter.com/betteridea_dev) [](https://protocol.land/#/repository/b4b210a3-a1ec-4b6b-8e0e-a37bdfa7a22a) </center> <details> <summary>View screenshots</summary>     </details> ## Features - Code Editor and IDE Features such as syntax highlighting, code completion, etc. - Web UI to run AO LUA code (using [aoconnect](https://www.npmjs.com/package/@permaweb/aoconnect)) - Shareable projects - Offers a Notebook styled interface for quick development - Modules to add functionality (e.g. graphs) - Quick template and blueprint loading - Easy process management and creation - **Portable Codecells: We offer an npm package, using which anyone can integrate BetterIDEa codecells into their React webapps** [](https://www.npmjs.com/package/@betteridea/codecell) [](https://www.npmjs.com/package/@betteridea/codecell) ## Tech Stack - NextJS, Typescript, TailwindCSS, Zustand - AOConnect - Monaco Editor - Xterm.js ## Run it yourself ### Prerequisites - Node.js LTS & pnpm - Arweave Web Wallet (ArConnect) ### Fork, Clone, Install and Run ```bash git clone git@github.com:<YOUR_USERNAME>/ide.git betteridea cd betteridea pnpm install pnpm run dev ``` Open [http://localhost:3000/](http://localhost:3000/) as simple as that! ## Contributing Contributions are welcome! Please open an issue or submit a pull request.