Skip to content

Commit

Permalink
Use gists as a backend for scratches
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Mar 7, 2024
1 parent 7ae24b5 commit 94dda7d
Show file tree
Hide file tree
Showing 30 changed files with 1,294 additions and 210 deletions.
1 change: 1 addition & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_GITHUB_CLIENT_ID=6211bec51d65250aee37
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[RunRuby.dev](https://runruby.dev) brings Ruby programming into your browser, streamlining the process of writing and running Ruby code. Here's what sets it apart:

- **Simple Editing**: Easily create, rename, and manage text files and directories directly in your browser.
- **Gist integration**: Save your work to a GitHub Gist and share it with others.
- **Bundler Support**: Add a `Gemfile` to your project and click "Bundle Install". The absence of native networking in WASI is not a problem.
- **Networking**: For networking, try using `Faraday` with the `Faraday::Adapter::JS` adapter to make web requests from Ruby.wasm.
- **Quick start**: Access gems or gists quickly with `runruby.dev/{gem_name}` and `runruby.dev/gist/{id}` URLs.
Expand Down
Loading

0 comments on commit 94dda7d

Please sign in to comment.