Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 954 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 954 Bytes

Karban

*Heads-up : This is a mono-repo

Karban is project management board. Made with React + Nextjs + Typescript + Nodejs + Expressjs + MongoDB + GraphQL + 💙💚.

IMPORTANT NOTE

packages/api is currently under-construction and the development of this api is PAUSED for near future.

Installation

Use the package manager npm to install dependecies for Karban.

cd client/
npm install
cd ..
cd server/
npm install

Usage

## 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

Contributing

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.

License

MIT