-
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
55 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,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 |