A project utilizing Mabinogi's OpenAPI to proview market, horn and more
View Demo
·
Report Bug
·
Request Feature
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.
-
Clone the repo
git clone https://github.com/sweatpotato13/erinn.me.git
-
Install dependencies
pnpm install
-
write .env file
cp .env.example .env nano .env
-
Start the development server
pnpm dev
-
or build and start the production server
pnpm build pnpm start