Simple html editor using grapeJS

Test bed to test neovim distros
This commit is contained in:
2023-03-16 16:41:37 +05:30
parent 9b816966a2
commit 2e6e0a997d
7 changed files with 61 additions and 1 deletions
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
THIS_DIR=$(dirname $(readlink -f $0))
cd $THIS_DIR
python -m http.server 8082