Skip to content

Commit

Permalink
Update readme files (#3098)
Browse files Browse the repository at this point in the history
* Update readme files

* Update README.md
  • Loading branch information
mit-mit authored Nov 25, 2024
1 parent 4d7507e commit 360d697
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
8 changes: 2 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ Contributions made by corporations are covered by a different agreement than the

## How to run DartPad locally

To run the server, see https://github.com/dart-lang/dart-pad/blob/main/pkgs/dart_services/README.md.
To run the server, see the [dart_services readme](https://github.com/dart-lang/dart-pad/blob/main/pkgs/dart_services/README.md).

To run the front-end, from the `pkg/dart-pad` directory, run:

```
dart tool/grind.dart serve
```
To run the front-end, see the [dartpad_ui readme](https://github.com/dart-lang/dart-pad/blob/main/pkgs/dartpad_ui/README.md).
13 changes: 2 additions & 11 deletions pkgs/dartpad_ui/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
## SketchPad
# DartPad UI

An experimental redux of the DartPad UI.

## Status?

This is an experimental re-imagining of the DartPad UI. Goals include:

- re-writing the front-end in Flutter Web
- having a simple, visually interesting UI
- keeping the number of use cases small; for example, currently only Dart
snippets and Flutter web apps are supported
The main DartPad web UI implemented using [Flutter Web](https://flutter.dev/multi-platform/web).

## How to run

Expand Down

0 comments on commit 360d697

Please sign in to comment.