Browse Source

add README.md

Yuki Takei 2 years ago
parent
commit
fd8e3b6374
1 changed files with 14 additions and 0 deletions
  1. 14 0
      packages/editor/README.md

+ 14 - 0
packages/editor/README.md

@@ -0,0 +1,14 @@
+# `@growi/editor`
+
+## Development with vite
+
+```bash
+cd packages/editor
+yarn serve
+```
+
+## Playground
+
+If you need to simulate something `@growi/app` feature, you can implement it into the playground.  
+See the `components/playground` directory.
+