Yuki Takei 2 лет назад
Родитель
Сommit
fd8e3b6374
1 измененных файлов с 14 добавлено и 0 удалено
  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.
+