Skip to content

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vann-Dev authored May 11, 2024
1 parent 2ed5920 commit 04e876f
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
# How to deploy

## Clone the repo
```
git clone https://github.com/Absenin/absenin-web
```

## Install required deps
> pnpm
```
pnpm install
```
> npm
```
npm install
```
> yarn
```
yarn install
```

## Add the .env file
> .env schema in here https://github.com/Absenin/absenin-web/blob/main/.env.example
## Build the project
```
pnpm run build
```
> npm
```
npm run build
```
> yarn
```
yarn run build
```

## Start the project
```
pnpm run start
```
> npm
```
npm run start
```
> yarn
```
yarn run start
```

___
## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=Absenin/absenin-web&type=Date)](https://star-history.com/#Absenin/absenin-web&Date)

# Repository Licensed Under BSD-3-Clause license, Modification is possible while copyright and license notices must be preserved.

Copyright © 2024 Vann-Dev

0 comments on commit 04e876f

Please sign in to comment.