Skip to content

DucTuLeAnh/fedoc

 
 

Repository files navigation

Fedoc

Getting Started

First, create .env with db secret:

echo 'DATABASE_URL="file:./fedoc.db"' > .env

Create database

npx prisma migrate dev

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

About

Personal Knowledge Database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.8%
  • CSS 5.4%
  • JavaScript 2.5%
  • SCSS 0.3%