Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blefnk/blevours-old
Bleverse Docs x Relivator Docs / Astro Starlight Starter / Docs, Blog, and More
https://github.com/blefnk/blevours-old
astro bleverse mdx relivator starlight vercel
Last synced: about 2 months ago
JSON representation
Bleverse Docs x Relivator Docs / Astro Starlight Starter / Docs, Blog, and More
- Host: GitHub
- URL: https://github.com/blefnk/blevours-old
- Owner: blefnk
- Archived: true
- Created: 2024-01-15T21:44:01.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T13:36:10.000Z (3 months ago)
- Last Synced: 2024-09-26T01:55:15.143Z (about 2 months ago)
- Topics: astro, bleverse, mdx, relivator, starlight, vercel
- Language: JavaScript
- Homepage: https://docs.bleverse.com
- Size: 3.13 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/funding.yml
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Blevours: Bleverse Docs x Relivator Docs
[Visit Website](https://docs.bleverse.com)
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](https://relivator.bleverse.com/logo.png)](https://relivator.bleverse.com)
```bash
git clone https://github.com/blefnk/relivator.git
```[![Explore on GitHub](https://relivator.bleverse.com/logo.png)](https://github.com/blefnk/relivator)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fblefnk%2Frelivator&project-name=relivator&repository-name=relivator)> 🚀 **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):
```bash
.
├── 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](https://docs.bleverse.com/guides/relivator/) to understand its full capabilities, or dive into the [Bleverse Discord](https://discord.gg/Pb8uKbwpsJ) for additional support and resources.