From d3a458f17d6956b7f15d69846552be8e903080c5 Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Mon, 25 Nov 2024 15:47:04 +0100 Subject: [PATCH 1/2] Update readme files --- CONTRIBUTING.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fbb9104a0..0d7f3c4b5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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). From c465f9b1e76e5c2449e5fe84c7676b50e01a5a34 Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Mon, 25 Nov 2024 15:48:34 +0100 Subject: [PATCH 2/2] Update README.md --- pkgs/dartpad_ui/README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/pkgs/dartpad_ui/README.md b/pkgs/dartpad_ui/README.md index 190f24e87..3ab320a2c 100644 --- a/pkgs/dartpad_ui/README.md +++ b/pkgs/dartpad_ui/README.md @@ -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