mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
Implement note sharing (#300)
* Implement publicity control for notes * Implement server side rendering for note sharing * Implement UI * Modularize * Remove autofocus * Fix test * Document
This commit is contained in:
parent
cbfafb0a40
commit
41ada2298c
97 changed files with 2327 additions and 823 deletions
|
|
@ -2,7 +2,7 @@
|
|||
set -eux
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y htop git wget build-essential
|
||||
sudo apt-get install -y htop git wget build-essential inotify-tools
|
||||
|
||||
# Install Chrome
|
||||
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue