12 lines
299 B
Markdown
12 lines
299 B
Markdown
# Pairent front
|
|
|
|
Hi there! This is Pairent's frontend source code tree.
|
|
|
|
# Getting started
|
|
|
|
```
|
|
git clone https://github.com/vvsu-rent-project/dev_rent && cd dev_rent/pairent_frontend_react
|
|
yarn install
|
|
```
|
|
|
|
Then, either run `yarn start` for development server or `yarn build` to build static files. |