Skip to content

blefnk/blevours

Repository files navigation

Blevours: Bleverse Docs x Relivator Docs

Visit Website

Congrats on visiting to a brand new Bleverse Docs!

This project serves both as Bleverse Docs and as Docs starter made with best possible practices.

🎉 Relivator

Built with Relivator

git clone https://github.com/blefnk/relivator.git

Explore on GitHub Deploy with Vercel

🚀 Ready to launch? Start building your project with Relivator today!

🌟 Blevours Project Structure

Inside your Relivator project, you'll find the following folders and files (but not limited to):

.
├── public/
├── src/
│   ├── assets/
│   ├── content/
│   └── env.d.ts
├── package.json
└── tsconfig.json

Relivator organizes its content and settings in the src/ directory. Customize src/app.ts for site-wide settings and manage your content and database schema within the respective folders.

Assets like images should be added to src/assets/ and can be referenced directly in your components.

Static assets, including favicons, go in the public/ directory.

🛠️ Commands

Run these commands from the root of your Relivator project:

Command Action
pnpm install Installs dependencies
pnpm dev Starts local dev server at localhost:3000
pnpm build Build your production site
pnpm preview Preview your build locally before deploying
pnpm db:push Push your database schema
pnpm stripe:listen Start the Stripe webhook listener

💡 Learn More

Explore Relivator's documentation to understand its full capabilities, or dive into the Bleverse Discord for additional support and resources.