https://github.com/areknawo/start-programming-blog-in-minutes-with-astro-and-vrite
https://github.com/areknawo/start-programming-blog-in-minutes-with-astro-and-vrite
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/areknawo/start-programming-blog-in-minutes-with-astro-and-vrite
- Owner: areknawo
- Created: 2023-05-23T19:11:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T19:11:39.000Z (about 2 years ago)
- Last Synced: 2025-02-01T08:13:44.710Z (4 months ago)
- Language: Astro
- Size: 128 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Source code for "Start programming blog in minutes with Astro and Vrite"
> Building a programming blog can be a hustle - but it doesnβt have to. Combining Vrite with Astro will get you up and running in no-time!
## Source blog post:
[Start programming blog in minutes with Astro and Vrite](https://vrite.io/blog/start-programming-blog-in-minutes-with-astro-and-vrite)
## Setup
```
# Create and fill-out .env file based on .env.example
npm install
# Start dev server
npm run dev
# Build SSG for production
npm run build
```## Other links:
**Vrite**:
- π Star Vrite on GitHub β https://github.com/vriteio/vrite
- π Report bugs β https://github.com/vriteio/vrite/issues
- π¦ Follow on Twitter for latest updates β https://twitter.com/vriteio
- π¬ Join Vrite Discord β https://discord.gg/yYqDWyKnqE
- βΉοΈ Learn more about Vrite β https://vrite.io**Astro**:
- π Docs - https://docs.astro.build/
- π₯ Why Astro? - https://docs.astro.build/en/concepts/why-astro/
- π Base template - https://github.com/withastro/astro/tree/main/examples/blog
- π¦ Vrite-Astro integration (Vrite JS SDK): https://github.com/vriteio/sdk-js