A few more text manipulation commands

This commit is contained in:
Zef Hemel
2022-06-23 17:59:18 +02:00
parent b22775fcc4
commit e74caf0055
5 changed files with 40 additions and 5 deletions
-4
View File
@@ -15,10 +15,6 @@ npm run build
npm install
# Build plugs (ctrl-c after done, it's watching)
npm run plugs
# Symlink in the default set of plugs into your space
cd pages
ln -s ../packages/plugs/dist _plug
cd ..
# Launch server
npm run server
```