2023-05-07 02:17:16 +02:00
|
|
|
# Pairent front
|
2023-05-01 12:39:34 +02:00
|
|
|
|
2023-05-07 02:17:16 +02:00
|
|
|
Hi there! This is Pairent's frontend source code tree.
|
2023-05-01 12:39:34 +02:00
|
|
|
|
2023-05-07 02:17:16 +02:00
|
|
|
# Getting started
|
2023-05-01 12:39:34 +02:00
|
|
|
|
2023-05-07 02:17:16 +02:00
|
|
|
```
|
|
|
|
git clone https://github.com/vvsu-rent-project/dev_rent && cd dev_rent/pairent_frontend_react
|
|
|
|
yarn install
|
|
|
|
```
|
2023-05-01 12:39:34 +02:00
|
|
|
|
2023-05-07 02:17:16 +02:00
|
|
|
Then, either run `yarn start` for development server or `yarn build` to build static files.
|