git clone https://github.com/Zel9278/new-file-serverfor clone repositorycd new-file-serverfor change directory- make "files" directory or select directory with .env
pnpm ifor install packages- edit .env (Next Section)
pnpm buildfor build pagespnpm startfpr start application
<texteditor> .envfor edit .env- copy and paste this env
AUTH_TOKEN=Your Password Here
DISCORD_WEBHOOK=Your Discord Webhook Here
NAME=Server Name Here
DESCRIPTION=Your site Description Here
URL=URL Here
FILES_DIR=Files Directory Path(Default Project root)
AUTHOR=Your Name here
AUTHOR_ID=Your X(Twitter) ID Here
- Once the environment file is configured, save it