Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 727 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 727 Bytes

Raindrop.io Public Pages for Collection / User

USE NODE 16 TO DEPLOY

Implementation

Build with vite & vite-ssr-plugin. Can be run on any serverless environment. But optimized for Cloudflare Worker for now.

Folder structure

  • etc/dev-server Used only for local development, mimics Cloudflare Worker environment
  • src
    • pages
    • public Files that will be copied to production root folder
      • _app Like next.js
      • _error Like next.js
    • renderer Different root index files for client/server env
  • worker Source of Cloudflare Worker
  • wrangler.toml Cloudflare Worker specific

Todo

[] BaseURL [] Sentry [] Loading indicator