Skip to content

linchen1987/sorafm

 
 

Repository files navigation

Landing Page Demo

A Landing Page Demo for teaching.

The project is forked from sorafm

Credit to

Quick Start

  1. clone project
git clone https://github.com/linchen1987/sorafm.git
  1. install dependencies
cd sorafm
pnpm install
  1. init database

create your database use local postgres or vercel-postgres or supabase

create tables from sql at data/install.sql

  1. set environmental values

put .env.local under root dir with values list below

POSTGRES_URL="postgres:https://USER:PASSWORD@HOST/DB"

WEB_BASE_URI="http:https://localhost:3000"
  1. local development
pnpm dev --port 3000

open http:https://localhost:3000 for preview

Other Things

you can contact me at Twitter: https://twitter.com/linklin1987

About

Sora AI Video Generator by Sora.FM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.5%
  • CSS 4.0%
  • JavaScript 0.5%