15 lines
591 B
Markdown
15 lines
591 B
Markdown
|
# 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 |
|