*Heads-up : This is a mono-repo
Karban is project management board. Made with React + Nextjs + Typescript + Nodejs + Expressjs + MongoDB + GraphQL + 💙💚.
packages/api
is currently under-construction and the development of this api is PAUSED for near future.
Use the package manager npm to install dependecies for Karban.
cd client/
npm install
cd ..
cd server/
npm install
## Server
npm run dev # for development
npm start # for production
npm run build # for production build
## Client
npm run dev # for development
npm start # for production
npm run build # for production build
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.