initial commit

This commit is contained in:
2025-02-28 21:42:48 +01:00
commit ed8d117bd3
34 changed files with 7669 additions and 0 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# 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 |