feat: implement pagination for blog posts and enhance NavLink component with class support
This commit is contained in:
parent
ca2c54de0e
commit
6b831e7100
5 changed files with 87 additions and 39 deletions
14
README.md
14
README.md
|
|
@ -11,13 +11,13 @@ npm run dev
|
|||
|
||||
## Commands
|
||||
|
||||
| Command | Action |
|
||||
| :---------------- | :------------------------------------------ |
|
||||
| `npm install` | Install dependencies |
|
||||
| `npm run dev` | Start dev server at `localhost:4321` |
|
||||
| `npm run build` | Build production site to `./dist/` |
|
||||
| `npm run preview` | Preview production build locally |
|
||||
| `npm run format` | Format code with Prettier |
|
||||
| Command | Action |
|
||||
| :---------------- | :----------------------------------- |
|
||||
| `npm install` | Install dependencies |
|
||||
| `npm run dev` | Start dev server at `localhost:4321` |
|
||||
| `npm run build` | Build production site to `./dist/` |
|
||||
| `npm run preview` | Preview production build locally |
|
||||
| `npm run format` | Format code with Prettier |
|
||||
|
||||
## Tech Stack
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue