No description
| app | ||
| assets/css | ||
| docs | ||
| plugins | ||
| public | ||
| scripts | ||
| server | ||
| .env.example | ||
| .gitignore | ||
| CLAUDE.md | ||
| debug-token.js | ||
| Dockerfile | ||
| eslint.config.mjs | ||
| HELCIM_PAYMENT_FIX.md | ||
| HELCIM_TEST_INSTRUCTIONS.md | ||
| HELCIM_TICKET_INTEGRATION.md | ||
| nuxt.config.ts | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| SERIES_TICKETING_IMPLEMENTATION.md | ||
| slack-app-manifest.yaml | ||
| test-helcim-direct.js | ||
| tsconfig.json | ||
| UPDATE_SUMMARY.md | ||
Ghost Guild is a Nuxt 4 Site
Look at the Nuxt documentation to learn more.
Setup
Make sure to install dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Development Server
Start the development server on http://localhost:3000:
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
# bun
bun run dev
Production
Build the application for production:
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn build
# bun
bun run build
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm preview
# yarn
yarn preview
# bun
bun run preview
Check out the deployment documentation for more information.