Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

joyvuu-dave/comeals-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

176 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend and backend consolidated into comeals-monorepo

Front end for Comeals.

Prerequisites

  • Node.js 24
  • npm 11

Install dependencies:

npm install

Development

Start the Vite dev server with hot module replacement:

npm start

The app will be available at http://localhost:3001. API requests to /api are proxied to http://localhost:3000, so the backend should be running there.

Production

Build the app and serve it with the Express server:

npm run build
node server.js

This compiles the app into the build/ directory, then serves it on port 3001 (override with the PORT environment variable). API requests are proxied to http://localhost:3000 (override with the API_URL environment variable).

About

Comeals allows cohousing communities to reconcile the cost of common meals and maintain a shared calendar. See joyvuu-dave/comeals-backend for the backend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages