1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 19:49:50 +02:00

Add editor

This commit is contained in:
Kamran Ahmed
2025-04-04 23:41:05 +01:00
parent 4b7eab66da
commit 2dc4041228
13 changed files with 283 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
rm -rf .temp
rm -rf editor
git clone ssh://git@github.com/roadmapsh/web-draw.git .temp/web-draw --depth 1
cd .temp/web-draw
pnpm install
npm run build -- --filter=@roadmapsh/dummy-editor
# Copy new editor
cp -rf packages/dummy-editor ../../editor
# Remove temp directory
rm -rf .temp