Compare commits

...

2 Commits

Author SHA1 Message Date
1e9aa92f85 Add readme 2020-04-20 09:08:19 +02:00
213274f7c1 fix deploy script 2020-04-20 09:08:14 +02:00
2 changed files with 11 additions and 1 deletions

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# Context menu demo
Serve index.html with a web server. No nodejs needed.
## Testing
Few unit tests are configured via jest.
- `npm install`
- `npm run test`

View File

@ -1,3 +1,3 @@
#!/bin/bash
./build.sh
rsync -r public/ root@melch.pro:/var/www/dump.melch.pro --delete
rsync -r public/ root@melch.pro:/var/www/dump.melch.pro/context-menu --delete