An open API service indexing awesome lists of open source software.

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.

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
```