15 lines
591 B
Markdown
Raw Permalink Normal View History

2025-02-28 21:42:48 +01:00
# Pet Activity Monitor Docs
The documentation website for the `Pet Activity Monitor` project.
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :---------------- | :------------------------------------------ |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build the production site to `./dist/` |
| `npm run preview` | Preview the build locally, before deploying |