Skip to content

ldsgroups225/Yeko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

346 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

saas-kit

Watch the video

A monorepo SaaS application with user-facing frontend and data service backend.

Docker Development (Recommended)

For a consistent development environment with hot-reload, use Docker:

# Quick start with all services
make docker-up

# Access applications:
# yeko-core: http://localhost:3000
# yeko-school: http://localhost:3001
# yeko-teacher: http://localhost:3002
# data-service: http://localhost:8787

# Stop all services
make docker-down

# View all available commands
make help

See DOCKER.md for complete Docker documentation.

Local Development

Setup

pnpm run setup

User Application

pnpm run dev:user-application

Data Service

pnpm run dev:data-service

Deployment

User Application (Cloudflare)

pnpm run deploy:user-application

Data Service

pnpm run deploy:data-service

Working with Individual Apps

You can also navigate into any sub-application directory and work with it independently in your IDE:

cd packages/user-application
# Open in your preferred IDE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •