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.
- Node.js (for Bun installation)
- Bun (recommended for managing dependencies, running scripts, and building the project)
If you don't already have Bun installed, you can install it by following the installation guide here.
Clone this repository to your local machine using the following command:
git clone https://github.com/dlsl-jpcs/jpcs-web.git
cd jpcs-dlsl-websiteOnce inside the project directory, install the necessary dependencies. If you have Bun installed, run:
bun installTo start the development server and run the website locally, use the following command:
bun run devThe development server will start, and you can access the website at http://localhost:3000.
bun run build