Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme files #3098

Merged
merged 2 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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