This is the source code for the Seishinkan Studio 2.0 website.
Home Page
About Page
News & Articles Page
Kendo Page
Studio Rental Page
Contact Page
Login and Signup
Internal Profile Page
Internal Kendo Member Page
Analytics Integration
Ads Integration
User Password Reset Workflow
CMS - Integrate Preview
CMS - Object Storage for Media
Devops - Deployment/Hosting Integration
Devops - Custom PayloadCMS + Next.js 14 Build Workflow
- Front-end:
- CMS:
# Generate TypeScript types based on the current PayloadCMS configuration
npm run generate:types
# Run the full application locally (PayloadCMS and Next App)
npm run dev-express
# Build everything
npm run build:all
# Serve production build
npm run serve