Skip to content

hexxt-git/bib-usthb

Repository files navigation

bib-usthb

this is the public repository for bib-usthb website. it is a students resouce sharing platform targeted to the university of science and technology houari boumediene students.

running locally

clone the github repository bu downloading it using the command prompt

the frontend

git clone https://github.com/hexxt-git/bib-usthb

install all the dependancies

npm install

start a development server

npm run dev

the backend

cd storage

install all the dependencies (uses bun)

bun install

run

bun .

contribution

you can help the website by requesting to add themes and all sort of features but please make sure to discuss it first.

all pull requests to new branches please.