This repository contains the source code for the COSCUP (Conference for Open Source Coders, Users & Promoters) x RubyConf Taiwan 2025 event website.
The deployed website is available at https://coscup.org/2025/.
- Install pnpm by following the installation guide.
- Clone this repository using git.
- Inside the project directory, run the command
pnpm install
to install the dependencies. - Make a copy of
.env.example
and name it.env
. After copying, supply the values for the environment variables inside. - Run the command
pnpm dev
to run the VitePress development server.