https://github.com/vivek-raman/dotdev
Source for my personal blog.
https://github.com/vivek-raman/dotdev
blog portfolio web
Last synced: 2 months ago
JSON representation
Source for my personal blog.
- Host: GitHub
- URL: https://github.com/vivek-raman/dotdev
- Owner: Vivek-Raman
- License: mit
- Created: 2025-05-19T18:07:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-20T01:35:28.000Z (2 months ago)
- Last Synced: 2026-04-20T03:41:02.712Z (2 months ago)
- Topics: blog, portfolio, web
- Language: MDX
- Homepage: https://vivekraman.dev
- Size: 711 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vivek's blog
Template: https://github.com/cassidoo/blahg
| Command | Action |
| :------------------------------- | :------------------------------------------------------------ |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npx tinacms dev -c 'astro dev'` | Manually run local server if the regular command doesn't work |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |