chore: udate readme

This commit is contained in:
Ayo Ayco 2025-01-05 00:16:11 +01:00
parent 5f0cb94a24
commit 64740a0b2f

View file

@ -24,8 +24,8 @@ $ pnpm i
## Commands ## Commands
| Command | Action | | Command | Action |
| ------------------- | ----------------------------------------- | | ------------------- | ---------------------------------------------- |
| `pnpm start` | start dev server | | `pnpm run dev` | start dev server |
| `pnpm run build` | generate static files to `dist` directory | | `pnpm run build` | generate static files to `dist` directory |
| `pnpm run deploy` | run build and upload to my server | | `pnpm run deploy` | run build and upload to my server |
| `pnpm run prep:now` | back up and clear current now constants | | `pnpm run prep:now` | back up and clear current `now page` constants |