A minimal calendar for shift workers.
- Node.js version > 12
- Docker
- Docker Compose
Update the respective .env.example files in the client and server directories.
cd server
npm install
cd ../client
npm install# start the server
cd server
npm run start:services # will start the dockerized Postgres instance
npm run start # will start the server# start the client
cd client
npm run startPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.