Skip to content
/ Rin Public
forked from openRin/Rin

⚡Dynamic blog based on Cloudflare Pages + Workers + D1 + R2

License

Notifications You must be signed in to change notification settings

Chenwj9071/Rin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rin

Rin is a simple, fast web framework for blog.

Features

  • Simple and fast
  • OAuth support
  • RESTful API

Setup

Please make sure you have installed Bun first.

$ bun install

Then create the database by:

$ bun gen

Then run the database migration to create the database by:

$ bun mig

Copy the .env.example to .env and modify the configuration.

Now you can run the server by:

$ bun dev

About

⚡Dynamic blog based on Cloudflare Pages + Workers + D1 + R2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.8%
  • JavaScript 2.4%
  • CSS 2.2%
  • Other 0.6%