Skip to content

dlsl-jpcs/jpcs-web

Repository files navigation

The Official JPCS-DLSL Website

This repository contains the official website of the Junior Philippine Computer Society - De La Salle Lipa (JPCS-DLSL). The project is built using React and Vite, with the usage of Bun highly encouraged for development.

Prerequisites

  • Node.js (for Bun installation)
  • Bun (recommended for managing dependencies, running scripts, and building the project)

Getting Started

1. Install Bun

If you don't already have Bun installed, you can install it by following the installation guide here.

2. Clone the Repository

Clone this repository to your local machine using the following command:

git clone https://github.com/dlsl-jpcs/jpcs-web.git
cd jpcs-dlsl-website

3. Install dependencies

Once inside the project directory, install the necessary dependencies. If you have Bun installed, run:

bun install

4. Running locally

To start the development server and run the website locally, use the following command:

bun run dev

The development server will start, and you can access the website at http://localhost:3000.

5. Building for production

bun run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published