Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanja85 authored Nov 26, 2023
1 parent 6124014 commit 3ca912b
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,70 @@
# Builtt

<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.1-blue.svg?cacheSeconds=2592000" />
<a href="#" target="_blank">
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
</a>
</p>


## Clone the project

```sh
git clone git@github.com:nemanja85/Builtt.git
```
```sh
cd Builtt
```

### Project was made in Typescript

## Install

```sh
yarn install
```

```sh
yarn add vite @vitejs/plugin-react-refresh
```

```sh
yarn add -D tailwindcss postcss autoprefixer
```

```sh
yarn add easy-peasy
```

```sh
yarn add react-router-dom
```

```sh
yarn add @hookform/resolvers yup
```

```sh
yarn create playwright
```


## Getting Started

```sh
yarn dev
```

## Run tests

```sh
yarn playwright test
```


LOGIN DATA:

admin@admin.com

admin12345

0 comments on commit 3ca912b

Please sign in to comment.