KMilkevych / poestack-next

Home Page:https://poestack-next.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PoeStack - Next.js

The frontend app for PoeStack

Contributing

Any contributions of features that aren't against GGG TOS are welcome. Feel free to ask questions in the development Discord channel and I'll try to help you out. If you want to log an issue or are looking for feature ideas checkout: https://github.com/PoeStack/issues/issues

GraphQL Api

Running Locally

(If you are on an operating system that is having trouble with Sharp PoeStack#11 might help)

Running Locally (Docker)

Can replace "poestack" with any name you want in the below and can change the first port number to the host port you want to use.

  • $ docker build -f ./Dockerfile -t poestack .

  • $ docker run -p 3000:3000 -it poestack

Connecting your POE Account to a locally running site

About

https://poestack-next.vercel.app

License:Other


Languages

Language:TypeScript 98.2%Language:CSS 0.8%Language:JavaScript 0.7%Language:Dockerfile 0.3%Language:Shell 0.1%