https://github.com/yoannfleurydev/pawsitive
🐾 Pawsitive website source files.
https://github.com/yoannfleurydev/pawsitive
Last synced: 18 days ago
JSON representation
🐾 Pawsitive website source files.
- Host: GitHub
- URL: https://github.com/yoannfleurydev/pawsitive
- Owner: yoannfleurydev
- Created: 2021-07-02T12:11:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-27T19:55:03.000Z (over 4 years ago)
- Last Synced: 2025-03-21T12:58:36.135Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://www.pawsitive-education.fr
- Size: 17.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🐾 Pawsitive
Pawsitive is Aurore's company. She is a french dog trainer and this repository is the source code of her website.
## How to use
### Development
```sh
yarn # install the dependencies
yarn dev # run the website in dev mode
```
### Production
```sh
yarn # install the dependencies
yarn build # build the website
yarn start # start the website
```