An open API service indexing awesome lists of open source software.

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.

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 |