NotSooShariff / bif-frontend

Initial Concept for @BIFVIT Website

Home Page:https://bifvit.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BIF Frontend

⚠️ Note: This has now moved to BIF's GitHub Organisation and is being maintained there. Visit it here if you're interested in this project - GitHub Repository

For Developers / Contributors:

1. Clone this project into your system by running the following:

    git clone https://github.com/NotSooShariff/bif-frontend.git
    cd bif-frontend
    npm install

Ensure that you have git & node installed on your systems (and added them to the environment PATH variables on your PC) if the above steps don't work.

2. Run the project

    npm run dev

Then headover to http://localhost:3000 to view it live.

3. Quick Commands (Optional)

If you have tools to run Makefile installed (Download Here if not installed), I have added a Makefile to make it easier to use certain repetitive commands by adding a Makefile in the root of the project.

For example: You can use make gt to push to the repo instead of having to type git add . git commit -m "Commit message" and git push origin main everytime you want to push something.

About

Initial Concept for @BIFVIT Website

https://bifvit.org


Languages

Language:JavaScript 99.8%Language:CSS 0.1%Language:Batchfile 0.1%Language:Makefile 0.0%