Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 893 Bytes

File metadata and controls

23 lines (14 loc) · 893 Bytes

COSCUP 2025 banner

COSCUP 2025 Event Website

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/.

Development

  1. Install pnpm by following the installation guide.
  2. Clone this repository using git.
  3. Inside the project directory, run the command pnpm install to install the dependencies.
  4. Make a copy of .env.example and name it .env. After copying, supply the values for the environment variables inside.
  5. Run the command pnpm dev to run the VitePress development server.

Contributors

Contributors