Skip to content

NeonGamerBot-QK/Artophage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6644163 · · Oct 1, 2025

History

68 Commits
Jun 3, 2025
Sep 29, 2025
Sep 29, 2025
May 17, 2025
Sep 28, 2025
Sep 22, 2025
Jun 3, 2025
Jun 3, 2025
Oct 1, 2025
Jun 3, 2025
Jun 3, 2025
Sep 28, 2025
Sep 24, 2025
Sep 24, 2025
May 17, 2025
Sep 22, 2025
May 17, 2025
May 17, 2025
Jun 3, 2025

Artopgae [ WIP]

Note

most features dont work rn and are major wip, fixed features are login rn

banner I love eating art and displaying it!!

Setup

Make sure to install dependencies:

# npm
npm install



# pnpm
pnpm install



# yarn
yarn install



# bun
bun installl

Development Server

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

# npm
npm run dev



# pnpm
pnpm dev



# yarn
yarn dev



# bun
bun run devv

Production

Build the application for production:

# npm
npm run build



# pnpm
pnpm build



# yarn
yarn build



# bun
bun run buildd

Locally preview production build:

# npm
npm run preview



# pnpm
pnpm preview



# yarn
yarn preview



# bun
bun run previeww

Check out the deployment documentation for more information.