You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
450 B

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