Skip to content

bineetNaidu/karban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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