initial commit
This commit is contained in:
14
README.md
Normal file
14
README.md
Normal 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 |
|
||||
Reference in New Issue
Block a user