Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 410 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 410 Bytes

Ara Web

Web for Ara, KAIST's official community service

Getting Started

Use fnm for Node.js version management:

fnm use

Use pnpm as a package manager:

pnpm install --frozen-lockfile

Set environment variables:

cp .env.example .env.local  # Fill empty values

Run the development server:

pnpm dev