Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
/ moomin-money Public archive

직접 쓰려고 만든 가계부

License

Notifications You must be signed in to change notification settings

0420syj/moomin-money

Repository files navigation

moomin-money

My Next.js app

Table of Contents

  • Getting Started
    • Pre-requisites
    • Installation
    • Running the app
  • Built With

Getting Started

Pre-requisites

Installation

  1. Node.js

    • Install Node.js from here
    • Verify installation by running node -v in a terminal
  2. Yarn

    • Install Yarn from here
    • Verify installation by running yarn -v in a terminal
  3. VS Code

    • Install VS Code from here

Running the app

  1. Clone the repository
  2. Install dependencies by running yarn install in a terminal
  3. Run the app by running yarn dev in a terminal
  4. Open http://localhost:3000 in a browser

Built With