Skip to content

Latest commit

 

History

History
72 lines (52 loc) · 1.33 KB

README.md

File metadata and controls

72 lines (52 loc) · 1.33 KB

Erinn.me

A project utilizing Mabinogi's OpenAPI to proview market, horn and more
View Demo · Report Bug · Request Feature

Screenshots



Built With

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo

    git clone https://github.com/sweatpotato13/erinn.me.git
  2. Install dependencies

    pnpm install
  3. write .env file

    cp .env.example .env
    nano .env
  4. Start the development server

    pnpm dev
  5. or build and start the production server

    pnpm build
    pnpm start

(back to top)