|
|
- Nano-Buckets will be a file-based Web App written in Deno and RiotJS to organize Notes, Bookmarks
- and share with other, and also Work with a small Community of your Own.
-
- Important! This App is in a really early stage and nothing works!
-
- ### Add User
-
- ```
- deno run --allow-read --allow-env --allow-write --allow-net --unstable add-user.ts
- ```
-
- ### Start Server
-
- ```
- deno run --unstable --allow-write --allow-read --allow-net --allow-env server.ts
- ```
|