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. we currently host all files on google drive but intend to migrate to a custom solution soon.

running locally

clone the github repository bu downloading it using the command prompt

git clone https://github.com/9EED/bib-usthb

install all the dependancies

npm install

start a development server

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

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.