kucc1997 / kucc-website

An open-source website project for Kathmandu University Computer Club being built with ReactJS.
https://kucc.ku.edu.np
BSD 3-Clause "New" or "Revised" License
4 stars 9 forks source link
hacktoberfest hacktoberfest-accepted hacktoberfest2023 javascript react

Kathmandu University Computer Club (KUCC)

KUCC is a non-profit, independent club formed by students of the Department of Computer Science and Engineering in the year 1997.

KUCC Website

Welcome to the KUCC Website repository. KUCC Website is an open-source web application project for Kathmandu University Computer Club being built with Next.js for better customization and maintenance.

Used Stacks

Website is built on Next Js using tailwind CSS.

Features

We aim to implement the following features in our website:

Phase 1

Phase 2

Installation

Running locally in development mode

To get started, just clone the repository and run pnpm install && pnpm dev:
Note: Install pnpm if not installed ( npm install -g pnpm )
Remember: It might take some time to load the website in your first run! Have patience :)
git clone https://github.com/kucc1997/kucc-website.git
pnpm install
pnpm dev

Note: If you are running on Windows run install --noptional flag (i.e. pnpm install --no-optional) which will skip installing fsevents.

Building and deploying in production

If you wanted to run this site in production, you should install modules then build the site with pnpm build and run it with pnpm start:

pnpm install
pnpm build
pnpm start

You should run pnpm build again any time you make changes to the site.

Note: If you are already running a webserver on port 80 (e.g. Macs usually have the Apache webserver running on port 80) you can still start the example in production mode by passing a different port as an Environment Variable when starting (e.g. PORT=3000 pnpm start).

How to contribute?

Contributing

Happy Coding

License

KUCC Website is BSD 3-Clause licensed, as found in the LICENSE file.