Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aucacoyan/blog
source for my site & blog
https://github.com/aucacoyan/blog
blog nextjs react tailwind tailwindcss typescript
Last synced: 21 days ago
JSON representation
source for my site & blog
- Host: GitHub
- URL: https://github.com/aucacoyan/blog
- Owner: AucaCoyan
- Created: 2022-06-15T15:03:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T00:05:47.000Z (3 months ago)
- Last Synced: 2024-11-16T10:23:17.412Z (3 months ago)
- Topics: blog, nextjs, react, tailwind, tailwindcss, typescript
- Language: Astro
- Homepage: https://aucacoyan.com/
- Size: 3.99 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## My personal blog
I use [📦`pnpm`](pnpm.io/) for packaging the NPM modules.
First, install the packages```bash
pnpm install
```Then, run the development view
```bash
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) (or the port indicated by the CLI) with your browser to see the result.
![](/public/Screenshot%20Auca%20Coyan's%20Blog.png)