b1ek 5604c20903 | ||
---|---|---|
.. | ||
public | ||
src | ||
.eslintrc.cjs | ||
.gitignore | ||
README.md | ||
index.html | ||
package-lock.json | ||
package.json | ||
vite.config.js | ||
yarn.lock |
README.md
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.