Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 348 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 348 Bytes

당근북스

Dev Environment

  • Node 18.15.11 (lts)
  • Yarn 1.22.18
  • Nuxt 3.3.3

Setup

Make sure to install the dependencies:

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn build