-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |